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> _