diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-17 02:26:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:48 -0400 |
commit | ea0b7d5da0024df1c6f2c2139dbeb4fd260baac6 (patch) | |
tree | cad571e9261011f2412fee17615d8aeced498d4a /fs/ecryptfs/main.c | |
parent | 40b2ea839753d32e5685d307c23d92c82cae3b70 (diff) |
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/main.c')
-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 bceee53a11fe..b83a512b7e08 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <linux/crypto.h> | 32 | #include <linux/crypto.h> |
33 | #include <linux/netlink.h> | 33 | #include <linux/netlink.h> |
34 | #include <linux/mount.h> | 34 | #include <linux/mount.h> |
35 | #include <linux/dcache.h> | ||
36 | #include <linux/pagemap.h> | 35 | #include <linux/pagemap.h> |
37 | #include <linux/key.h> | 36 | #include <linux/key.h> |
38 | #include <linux/parser.h> | 37 | #include <linux/parser.h> |