diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-10-30 09:32:15 +0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-10-30 19:13:34 +0400 |
commit | 09c3e54635c85b3da44d3bc156619c1f1af3bb43 (patch) | |
tree | 19fdaaac01255fbc15a473c94ca4193e89939d40 /net | |
parent | c698dbf9fecae54e5dc159cee76939228c533a25 (diff) | |
download | linux-09c3e54635c85b3da44d3bc156619c1f1af3bb43.tar.xz |
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.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> |