diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-10-30 06:32:15 +0100 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-10-30 16:13:34 +0100 |
commit | 09c3e54635c85b3da44d3bc156619c1f1af3bb43 (patch) | |
tree | 19fdaaac01255fbc15a473c94ca4193e89939d40 /net/sunrpc/clnt.c | |
parent | Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe... (diff) | |
download | linux-09c3e54635c85b3da44d3bc156619c1f1af3bb43.tar.xz linux-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 '')
-rw-r--r-- | net/sunrpc/clnt.c | 1 |
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> |