From 485b47f68cbc48288603d0c1bc1f99bf751b6205 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Tue, 8 Apr 2014 16:04:17 -0700 Subject: ncpfs: remove now unused PRINTK macro Uses are gone, remove the macro. Signed-off-by: Joe Perches Cc: Petr Vandrovec Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- fs/ncpfs/ncp_fs.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fs/ncpfs') diff --git a/fs/ncpfs/ncp_fs.h b/fs/ncpfs/ncp_fs.h index d52e7e6b5eed..b9f69e1b1f43 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, ...) \ -- cgit v1.2.3-59-g8ed1b