linux/sched/mm.h is included more than once, Remove the one that isn't necessary. Signed-off-by: Tian Tao <tiantao6@xxxxxxxxxxxxx> --- 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