linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/madvise.c: Remove the unused include statements
@ 2020-09-11 11:18 Tian Tao
  2020-09-16 12:59 ` Wei Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Tian Tao @ 2020-09-11 11:18 UTC (permalink / raw)
  To: akpm, christian, linux-mm; +Cc: linuxarm

linux/sched/mm.h is included more than once, Remove the one that isn't
necessary.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 mm/madvise.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mm/madvise.c b/mm/madvise.c
index c5acc2b..8c175f9 100644
--- a/mm/madvise.c
+++ b/mm/madvise.c
@@ -30,7 +30,6 @@
 #include <linux/swapops.h>
 #include <linux/shmem_fs.h>
 #include <linux/mmu_notifier.h>
-#include <linux/sched/mm.h>
 
 #include <asm/tlb.h>
 
-- 
2.7.4



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-16 13:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 11:18 [PATCH] mm/madvise.c: Remove the unused include statements Tian Tao
2020-09-16 12:59 ` Wei Yang
2020-09-16 13:05   ` tiantao (H)
2020-09-16 13:13     ` Wei Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox