summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 17:06:35 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 17:06:35 (GMT)
commit66f42cc2187ea2cc624adda597fc1506ca1af176 (patch)
treef4ad13ae499c8680a861d179f11a8aaa9e01cf93 /drivers/staging/lustre/include
parent76a1de328462f353950ba1e614da1cef1e95bdc1 (diff)
downloadlinux-fsl-qoriq-66f42cc2187ea2cc624adda597fc1506ca1af176.tar.xz
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 <tao.peng@emc.com> Cc: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/include')
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/linux/kp30.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h b/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h
index 2e5c850..5bd09cc 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
/******************************************************************************/