summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTian Tao <tiantao6@hisilicon.com>2020-10-03 18:03:45 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2020-10-06 22:06:40 +1100
commit9af6d63c19f6f3014ed8d74d45ef619cc7124b26 (patch)
tree1f437fd18b6f868d314aa9d368beb1212e4ba257
parent4665e9eae59403aebde5e93df54b45872287c93c (diff)
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> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--arch/arm/mm/mmu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
index 698cc740c6b8..ab69250a86bc 100644
--- a/arch/arm/mm/mmu.c
+++ b/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>