Browse Source

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>
Wei Yongjun 11 years ago
parent
commit
09c3e54635
1 changed files with 0 additions and 1 deletions
  1. 0 1
      net/sunrpc/clnt.c

+ 0 - 1
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>