commit | 09c3e54635c85b3da44d3bc156619c1f1af3bb43 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Oct 30 13:32:15 2013 +0800 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Oct 30 11:13:34 2013 -0400 |
tree | 19fdaaac01255fbc15a473c94ca4193e89939d40 | |
parent | c698dbf9fecae54e5dc159cee76939228c533a25 [diff] |
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>
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 759b78b..dab09da 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>