diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-21 17:02:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-22 07:17:35 -0700 |
commit | cff397e6b3c5bd67e26946792e81ab064c9acc1f (patch) | |
tree | 2edb4c761d81ed9d2c99b03ce1ab928f7caa5951 /mm/shmem.c | |
parent | 2ca4532a49be92d7b2766c3244b30fa8bfb0114d (diff) | |
download | linux-cff397e6b3c5bd67e26946792e81ab064c9acc1f.tar.bz2 |
mm: includecheck fix for mm/shmem.c
Fix the following 'make includecheck' warning:
mm/shmem.c: linux/vfs.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/shmem.c')
-rw-r--r-- | mm/shmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/shmem.c b/mm/shmem.c index 376d8f0a8f6b..25ba75d02580 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -49,7 +49,6 @@ static struct vfsmount *shm_mnt; #include <linux/backing-dev.h> #include <linux/shmem_fs.h> #include <linux/writeback.h> -#include <linux/vfs.h> #include <linux/blkdev.h> #include <linux/security.h> #include <linux/swapops.h> |