diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2017-10-30 16:22:06 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2017-11-17 16:43:42 -0500 |
commit | 1b746c1e9c1c9eea9eab9e3c1879281614717b28 (patch) | |
tree | cbe3031d5a164f997ceb74fdd2460181bf42c791 /net/sunrpc | |
parent | 2232df5ece121fd7049ccff95cbb3acfab278d75 (diff) |
xprtrdma: Remove include for linux/prefetch.h
Clean up. This include should have been removed by
commit 23826c7aeac7 ("xprtrdma: Serialize credit accounting again").
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Devesh Sharma <devesh.sharma@broadcom.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/xprtrdma/verbs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/xprtrdma/verbs.c b/net/sunrpc/xprtrdma/verbs.c index 4cfa893def2c..be61c29432d0 100644 --- a/net/sunrpc/xprtrdma/verbs.c +++ b/net/sunrpc/xprtrdma/verbs.c | |||
@@ -49,7 +49,6 @@ | |||
49 | 49 | ||
50 | #include <linux/interrupt.h> | 50 | #include <linux/interrupt.h> |
51 | #include <linux/slab.h> | 51 | #include <linux/slab.h> |
52 | #include <linux/prefetch.h> | ||
53 | #include <linux/sunrpc/addr.h> | 52 | #include <linux/sunrpc/addr.h> |
54 | #include <linux/sunrpc/svc_rdma.h> | 53 | #include <linux/sunrpc/svc_rdma.h> |
55 | 54 | ||