diff options
author | Li Zhijian | 2021-10-29 17:40:26 +0800 |
---|---|---|
committer | Paul E. McKenney | 2021-12-07 16:36:17 -0800 |
commit | 04cf8518860167081ee49b5ff2e1616244ab760e (patch) | |
tree | f71778e295bbc0194f6099830662efec6cc15632 /kernel | |
parent | 71f6ea2a0be06f9d1833852ee4f501a76563acd3 (diff) |
scftorture: Remove unused SCFTORTOUT
There are no longer any users of SCFTORTOUT(), so this commit removes it.
Acked-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Li Zhijian <zhijianx.li@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/scftorture.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/scftorture.c b/kernel/scftorture.c index 9cff573b7eb4..a0df767897a1 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) |