From: Greg Kroah-Hartman Date: Wed, 24 Jul 2013 17:06:35 +0000 (-0700) Subject: staging: lustre: remove [f]printf() macros that aren't being used X-Git-Tag: firefly_0821_release~176^2~5471^2~642 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=66f42cc2187ea2cc624adda597fc1506ca1af176;p=firefly-linux-kernel-4.4.55.git staging: lustre: remove [f]printf() macros that aren't being used This isn't userspace, it's the kernel, luckily these weren't being used, so just remove them entirely so no one gets any ideas... Cc: Peng Tao Cc: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h b/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h index 2e5c85071647..5bd09ccf3a3c 100644 --- a/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h +++ b/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h @@ -83,8 +83,6 @@ /******************************************************************************/ -# define fprintf(a, format, b...) CDEBUG(D_OTHER, format , ## b) -# define printf(format, b...) CDEBUG(D_OTHER, format , ## b) # define time(a) CURRENT_TIME /******************************************************************************/