diff mbox series

[v1,6/6] svcrdma: Remove include/linux/sunrpc/debug.h

Message ID 163413644893.6408.14362581680618135243.stgit@bazille.1015granger.net (mailing list archive)
State New, archived
Headers show
Series Deprecate dprintk in svcrdma | expand

Commit Message

Chuck Lever Oct. 13, 2021, 2:47 p.m. UTC
Deprecation. svcrdma no longer uses dprintk.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c |    1 -
 net/sunrpc/xprtrdma/svc_rdma_sendto.c   |    1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c b/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
index cf76a6ad127b..3be39fc5cec4 100644
--- a/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
+++ b/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
@@ -99,7 +99,6 @@ 
 #include <rdma/rdma_cm.h>
 
 #include <linux/sunrpc/xdr.h>
-#include <linux/sunrpc/debug.h>
 #include <linux/sunrpc/rpc_rdma.h>
 #include <linux/sunrpc/svc_rdma.h>
 
diff --git a/net/sunrpc/xprtrdma/svc_rdma_sendto.c b/net/sunrpc/xprtrdma/svc_rdma_sendto.c
index 22a871e6fe4d..e973e5b3ce08 100644
--- a/net/sunrpc/xprtrdma/svc_rdma_sendto.c
+++ b/net/sunrpc/xprtrdma/svc_rdma_sendto.c
@@ -105,7 +105,6 @@ 
 #include <rdma/ib_verbs.h>
 #include <rdma/rdma_cm.h>
 
-#include <linux/sunrpc/debug.h>
 #include <linux/sunrpc/svc_rdma.h>
 
 #include "xprt_rdma.h"