aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2022-05-12 20:23:00 -0700
committerAndrew Morton <akpm@linux-foundation.org>2022-05-13 07:20:14 -0700
commit54943a1a4d2a3fed23d31e96a91aa9d18ea74500 (patch)
tree8724868e638028f6961201558cb9d3635b895745 /mm/memory.c
parentmm/vmscan: don't use NUMA_NO_NODE as indicator of page on different node (diff)
downloadlinux-dev-54943a1a4d2a3fed23d31e96a91aa9d18ea74500.tar.xz
linux-dev-54943a1a4d2a3fed23d31e96a91aa9d18ea74500.zip
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 <wanjiabing@vivo.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/memory.c')
-rw-r--r--mm/memory.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/perf_event.h>
#include <linux/ptrace.h>
#include <linux/vmalloc.h>
-#include <linux/mm_inline.h>
#include <trace/events/kmem.h>