The patch titled Subject: mm: remove duplicate include statement in mmu.c has been added to the -mm tree. Its filename is mm-remove-duplicate-include-statement-in-mmuc.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-remove-duplicate-include-statement-in-mmuc.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-duplicate-include-statement-in-mmuc.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Tian Tao <tiantao6@xxxxxxxxxxxxx> Subject: mm: remove duplicate include statement in mmu.c asm/sections.h is included more than once, Remove the one that isn't necessary. Link: https://lkml.kernel.org/r/1600088607-17327-1-git-send-email-tiantao6@xxxxxxxxxxxxx Signed-off-by: Tian Tao <tiantao6@xxxxxxxxxxxxx> Reviewed-by: Mike Rapoport <rppt@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mm/mmu.c | 1 - 1 file changed, 1 deletion(-) --- a/arch/arm/mm/mmu.c~mm-remove-duplicate-include-statement-in-mmuc +++ a/arch/arm/mm/mmu.c @@ -17,7 +17,6 @@ #include <asm/cp15.h> #include <asm/cputype.h> -#include <asm/sections.h> #include <asm/cachetype.h> #include <asm/fixmap.h> #include <asm/sections.h> _ Patches currently in -mm which might be from tiantao6@xxxxxxxxxxxxx are mm-remove-duplicate-include-statement-in-mmuc.patch