X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fsunrpc%2Fdebug.h;h=b7c7307ceec6bc8865104713559d800d6e1967c8;hb=6f8c480f998a619082f18407f8d7f4c29e94dc6e;hp=e4729aa676547d49926d9fe798204eb7f7910972;hpb=34641a58a227e498adf471ab016bd054cc399d7e;p=powerpc.git diff --git a/include/linux/sunrpc/debug.h b/include/linux/sunrpc/debug.h index e4729aa676..b7c7307cee 100644 --- a/include/linux/sunrpc/debug.h +++ b/include/linux/sunrpc/debug.h @@ -62,12 +62,6 @@ extern unsigned int nlm_debug; # define RPC_IFDEBUG(x) #endif -#ifdef RPC_PROFILE -# define pprintk(args...) printk(## args) -#else -# define pprintk(args...) do ; while (0) -#endif - /* * Sysctl interface for RPC debugging */ @@ -84,7 +78,6 @@ void rpc_unregister_sysctl(void); * module currently registers its sysctl table dynamically, the sysctl path * for module FOO is . */ -#define CTL_SUNRPC 7249 /* arbitrary and hopefully unused */ enum { CTL_RPCDEBUG = 1,