summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHailong Liu <carver4lio@163.com>2021-01-25 15:00:33 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2021-02-01 19:48:06 +0000
commit4cc96c60e6cdd8384f47626a76ba21b5b2af7c82 (patch)
treee12e87ade1a9ab614344ead4f096c4bb85d16943
parentb53a9edcde37bb9f9e0b1176ef4b3fd7305813b6 (diff)
ARM: 9054/1: arch/arm/mm/mmu.c: Remove duplicate header
Remove asm/fixmap.h which is included more than once. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Hailong Liu <liu.hailong6@zte.com.cn> Signed-off-by: Hailong Liu <carver4lio@163.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
-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 c06ebfbc48c4..a25b660c3017 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -18,7 +18,6 @@
#include <asm/cp15.h>
#include <asm/cputype.h>
#include <asm/cachetype.h>
-#include <asm/fixmap.h>
#include <asm/sections.h>
#include <asm/setup.h>
#include <asm/smp_plat.h>