On 4/6/2019 6:43 PM, Souptick Joarder wrote:
Remove duplicate header which is included twice. Signed-off-by: Souptick Joarder <[email protected]> Acked-by: Mike Rapoport <[email protected]> --- v2: Added Acked-by tag. arch/arm/mm/mmu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
Reviewed-by: Mukesh Ojha <[email protected]> Cheers, -Mukesh
index f3ce341..a64a3c5 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c @@ -23,7 +23,6 @@ #include <asm/sections.h> #include <asm/cachetype.h> #include <asm/fixmap.h> -#include <asm/sections.h> #include <asm/setup.h> #include <asm/smp_plat.h> #include <asm/tlb.h>

