Skip to content

Commit

Permalink
mm: includecheck fix for mm/shmem.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput authored and Linus Torvalds committed Sep 22, 2009
1 parent 2ca4532 commit cff397e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cff397e

Please sign in to comment.