[PATCH 4/5] ncpfs: Remove now unused PRINTK macro

From: Joe Perches
Date: Sun Feb 09 2014 - 17:49:11 EST


Uses are gone, remove the macro.

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
fs/ncpfs/ncp_fs.h | 3 ---
1 file changed, 3 deletions(-)

diff --git a/fs/ncpfs/ncp_fs.h b/fs/ncpfs/ncp_fs.h
index f38134e..6e9a507 100644
--- a/fs/ncpfs/ncp_fs.h
+++ b/fs/ncpfs/ncp_fs.h
@@ -2,9 +2,6 @@
#include "ncp_fs_i.h"
#include "ncp_fs_sb.h"

-/* define because it is easy to change PRINTK to {*}PRINTK */
-#define PRINTK(format, args...) printk(KERN_DEBUG format , ## args)
-
#undef NCPFS_PARANOIA
#ifdef NCPFS_PARANOIA
#define ncp_vdbg(fmt, ...) \
--
1.8.1.2.459.gbcd45b4.dirty

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/