From: Jaswinder Singh Rajput Date: Tue, 22 Sep 2009 00:02:53 +0000 (-0700) Subject: mm: includecheck fix for mm/shmem.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cff397e6b3c5bd67e26946792e81ab064c9acc1f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 #include #include -#include #include #include #include