From 54943a1a4d2a3fed23d31e96a91aa9d18ea74500 Mon Sep 17 00:00:00 2001 From: Wan Jiabing Date: Thu, 12 May 2022 20:23:00 -0700 Subject: [PATCH] mm/shmem: remove duplicate include in memory.c Fix following checkincludes.pl warning: mm/memory.c: linux/mm_inline.h is included more than once. The include is in line 44. Remove the duplicated here. Link: https://lkml.kernel.org/r/20220427064717.803019-1-wanjiabing@vivo.com Signed-off-by: Wan Jiabing Signed-off-by: Andrew Morton --- mm/memory.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/memory.c b/mm/memory.c index f4161fb07ffa..f4b2c05707b9 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -74,7 +74,6 @@ #include #include #include -#include #include -- 2.11.0