From 4cc96c60e6cdd8384f47626a76ba21b5b2af7c82 Mon Sep 17 00:00:00 2001 From: Hailong Liu Date: Mon, 25 Jan 2021 15:00:33 +0100 Subject: [PATCH] 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 Signed-off-by: Hailong Liu Signed-off-by: Hailong Liu Signed-off-by: Russell King --- 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 index c06ebfb..a25b660 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include -- 2.7.4