Skip to content
Snippets Groups Projects
Commit 485b47f6 authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds
Browse files

ncpfs: remove now unused PRINTK macro


Uses are gone, remove the macro.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Cc: Petr Vandrovec <petr@vandrovec.name>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e45ca8ba
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
#include "ncp_fs_i.h" #include "ncp_fs_i.h"
#include "ncp_fs_sb.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 #undef NCPFS_PARANOIA
#ifdef NCPFS_PARANOIA #ifdef NCPFS_PARANOIA
#define ncp_vdbg(fmt, ...) \ #define ncp_vdbg(fmt, ...) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment