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>
This commit is contained in:
parent
2ca4532a49
commit
cff397e6b3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue