diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-16 23:26:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 08:42:48 -0700 |
commit | ea0b7d5da0024df1c6f2c2139dbeb4fd260baac6 (patch) | |
tree | cad571e9261011f2412fee17615d8aeced498d4a /fs/ecryptfs | |
parent | 40b2ea839753d32e5685d307c23d92c82cae3b70 (diff) | |
download | op-kernel-dev-ea0b7d5da0024df1c6f2c2139dbeb4fd260baac6.zip op-kernel-dev-ea0b7d5da0024df1c6f2c2139dbeb4fd260baac6.tar.gz |
Clean up duplicate includes in fs/ecryptfs/
This patch cleans up duplicate includes in
fs/ecryptfs/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Cc: Michael A Halcrow <mahalcro@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ecryptfs')
-rw-r--r-- | fs/ecryptfs/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index bceee53..b83a512 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c @@ -32,7 +32,6 @@ #include <linux/crypto.h> #include <linux/netlink.h> #include <linux/mount.h> -#include <linux/dcache.h> #include <linux/pagemap.h> #include <linux/key.h> #include <linux/parser.h> |