Skip to content

Commit

Permalink
ncpfs: remove now unused PRINTK macro
Browse files Browse the repository at this point in the history
Uses are gone, remove the macro.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Petr Vandrovec <petr@vandrovec.name>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Apr 8, 2014
1 parent e45ca8b commit 485b47f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/ncpfs/ncp_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...) \
Expand Down

0 comments on commit 485b47f

Please sign in to comment.