diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-05-25 22:08:02 +0800 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-07-05 21:09:30 +0200 |
commit | d5724956283b0abe89ea828cfc43b6f0715c5568 (patch) | |
tree | 1c901b9169dab405f94bf4f0f3c983c9c8b2a927 /net | |
parent | e3559997ac5dbd45a27805ed7951c7252b2b8ad1 (diff) |
sunrpc: Remove duplicated #include
Remove duplicated #include('s) in
net/sunrpc/cache.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c index 58de76c8540c..b75879b173c8 100644 --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache.c @@ -34,7 +34,6 @@ #include <linux/sunrpc/cache.h> #include <linux/sunrpc/stats.h> #include <linux/sunrpc/rpc_pipe_fs.h> -#include <linux/smp_lock.h> #define RPCDBG_FACILITY RPCDBG_CACHE |