diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-05-25 10:08:02 -0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-07-05 15:09:30 -0400 |
commit | d5724956283b0abe89ea828cfc43b6f0715c5568 (patch) | |
tree | 1c901b9169dab405f94bf4f0f3c983c9c8b2a927 | |
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>
-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 @@ | |||
34 | #include <linux/sunrpc/cache.h> | 34 | #include <linux/sunrpc/cache.h> |
35 | #include <linux/sunrpc/stats.h> | 35 | #include <linux/sunrpc/stats.h> |
36 | #include <linux/sunrpc/rpc_pipe_fs.h> | 36 | #include <linux/sunrpc/rpc_pipe_fs.h> |
37 | #include <linux/smp_lock.h> | ||
38 | 37 | ||
39 | #define RPCDBG_FACILITY RPCDBG_CACHE | 38 | #define RPCDBG_FACILITY RPCDBG_CACHE |
40 | 39 | ||