diff mbox series

[40/40] mm: remove duplicate include statement in mmu.c

Message ID 20201017231549.ebZiVJavh%akpm@linux-foundation.org (mailing list archive)
State New, archived
Headers show
Series [01/40] ia64: fix build error with !COREDUMP | expand

Commit Message

Andrew Morton Oct. 17, 2020, 11:15 p.m. UTC
From: Tian Tao <tiantao6@hisilicon.com>
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@hisilicon.com
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/arm/mm/mmu.c |    1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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