[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1589611948-61207-1-git-send-email-zhangshaokun@hisilicon.com>
Date: Sat, 16 May 2020 14:52:28 +0800
From: Shaokun Zhang <zhangshaokun@...ilicon.com>
To: <linux-kernel@...r.kernel.org>
CC: Shaokun Zhang <zhangshaokun@...ilicon.com>,
Kostenzer Felix <fkostenzer@...e.at>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] lib/sort: Remove unused pr_fmt
No pr_* is called in sort.c, let's remove the unused pr_fmt macro.
Cc: Kostenzer Felix <fkostenzer@...e.at>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Shaokun Zhang <zhangshaokun@...ilicon.com>
---
lib/sort.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/sort.c b/lib/sort.c
index 3ad454411997..99ecab8d6f41 100644
--- a/lib/sort.c
+++ b/lib/sort.c
@@ -10,8 +10,6 @@
* quicksort's O(n^2) worst case.
*/
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
#include <linux/types.h>
#include <linux/export.h>
#include <linux/sort.h>
--
2.7.4
Powered by blists - more mailing lists