* [PATCH] mm/shmem: Remove duplicate include in memory.c
@ 2022-04-27 6:47 Wan Jiabing
0 siblings, 0 replies; only message in thread
From: Wan Jiabing @ 2022-04-27 6:47 UTC (permalink / raw)
To: Andrew Morton, linux-mm, linux-kernel; +Cc: peterx, Wan Jiabing
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.
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
mm/memory.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/memory.c b/mm/memory.c
index f93b8e87464b..d925df9e476a 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>
--
2.35.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-27 6:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 6:47 [PATCH] mm/shmem: Remove duplicate include in memory.c Wan Jiabing
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox