[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210119133320.8557-1-carver4lio@163.com>
Date: Tue, 19 Jan 2021 21:33:20 +0800
From: Hailong liu <carver4lio@....com>
To: Russell King <linux@...linux.org.uk>
Cc: Mike Rapoport <rppt@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Ard Biesheuvel <ardb@...nel.org>,
Linus Walleij <linus.walleij@...aro.org>,
Marc Zyngier <maz@...nel.org>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Hailong Liu <liu.hailong6@....com.cn>
Subject: [PATCH] arch/arm/mm/mmu.c: Remove duplicate header
From: Hailong Liu <liu.hailong6@....com.cn>
Remove asm/fixmap.h which is included more than once.
Signed-off-by: Hailong Liu <liu.hailong6@....com.cn>
---
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 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>
--
2.17.1
Powered by blists - more mailing lists