aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2013-10-30 13:32:15 +0800
committerTrond Myklebust <[email protected]>2013-10-30 11:13:34 -0400
commit09c3e54635c85b3da44d3bc156619c1f1af3bb43 (patch)
tree19fdaaac01255fbc15a473c94ca4193e89939d40
parentc698dbf9fecae54e5dc159cee76939228c533a25 (diff)
SUNRPC: remove duplicated include from clnt.c
Remove duplicated include. Signed-off-by: Wei Yongjun <[email protected]> Signed-off-by: Trond Myklebust <[email protected]>
-rw-r--r--net/sunrpc/clnt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index 759b78b056a7..dab09dac8fc7 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -31,7 +31,6 @@
#include <linux/in.h>
#include <linux/in6.h>
#include <linux/un.h>
-#include <linux/rcupdate.h>
#include <linux/sunrpc/clnt.h>
#include <linux/sunrpc/addr.h>