aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-10-30 13:32:15 +0800
committerTrond Myklebust <Trond.Myklebust@netapp.com>2013-10-30 11:13:34 -0400
commit09c3e54635c85b3da44d3bc156619c1f1af3bb43 (patch)
tree19fdaaac01255fbc15a473c94ca4193e89939d40 /net
parentMerge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into linux-next (diff)
downloadlinux-dev-09c3e54635c85b3da44d3bc156619c1f1af3bb43.tar.xz
linux-dev-09c3e54635c85b3da44d3bc156619c1f1af3bb43.zip
SUNRPC: remove duplicated include from clnt.c
Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net')
-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>