mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
SUNRPC: Remove pprintk() from net/sunrpc/xprt.c
These appear to be deprecated. Removing them also gets rid of some sparse noise. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
c041b5ff8d
commit
5847e1f4d0
2 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue