From: Li Zhijian Date: Fri, 29 Oct 2021 09:40:26 +0000 (+0800) Subject: scftorture: Remove unused SCFTORTOUT X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=04cf8518860167081ee49b5ff2e1616244ab760e;p=linux.git scftorture: Remove unused SCFTORTOUT There are no longer any users of SCFTORTOUT(), so this commit removes it. Acked-by: Davidlohr Bueso Signed-off-by: Li Zhijian Signed-off-by: Paul E. McKenney --- diff --git a/kernel/scftorture.c b/kernel/scftorture.c index 9cff573b7eb4f..a0df767897a1d 100644 --- a/kernel/scftorture.c +++ b/kernel/scftorture.c @@ -38,9 +38,6 @@ #define SCFTORT_STRING "scftorture" #define SCFTORT_FLAG SCFTORT_STRING ": " -#define SCFTORTOUT(s, x...) \ - pr_alert(SCFTORT_FLAG s, ## x) - #define VERBOSE_SCFTORTOUT(s, x...) \ do { if (verbose) pr_alert(SCFTORT_FLAG s "\n", ## x); } while (0)