aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2007-10-16 23:26:23 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-17 08:42:48 -0700
commitea0b7d5da0024df1c6f2c2139dbeb4fd260baac6 (patch)
treecad571e9261011f2412fee17615d8aeced498d4a /fs/ecryptfs/main.c
parentClean up duplicate includes in fs/ (diff)
downloadlinux-dev-ea0b7d5da0024df1c6f2c2139dbeb4fd260baac6.tar.xz
linux-dev-ea0b7d5da0024df1c6f2c2139dbeb4fd260baac6.zip
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 '')
-rw-r--r--fs/ecryptfs/main.c1
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 @@
#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>