diff mbox series

arch/arm/mm/mmu.c: Remove duplicate header

Message ID 20210119133320.8557-1-carver4lio@163.com (mailing list archive)
State New, archived
Headers show
Series arch/arm/mm/mmu.c: Remove duplicate header | expand

Commit Message

Hailong liu Jan. 19, 2021, 1:33 p.m. UTC
From: Hailong Liu <liu.hailong6@zte.com.cn>

Remove asm/fixmap.h which is included more than once.

Signed-off-by: Hailong Liu <liu.hailong6@zte.com.cn>
---
 arch/arm/mm/mmu.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Linus Walleij Jan. 22, 2021, 10:11 a.m. UTC | #1
On Tue, Jan 19, 2021 at 2:34 PM Hailong liu <carver4lio@163.com> wrote:

> From: Hailong Liu <liu.hailong6@zte.com.cn>
>
> Remove asm/fixmap.h which is included more than once.
>
> Signed-off-by: Hailong Liu <liu.hailong6@zte.com.cn>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Please put this into Russell's patch tracker so he can merge it.

Yours,
Linus Walleij
Hailong liu Jan. 26, 2021, 2:39 p.m. UTC | #2
On 1/22/21 6:11 PM, Linus Walleij wrote:
> On Tue, Jan 19, 2021 at 2:34 PM Hailong liu <carver4lio@163.com> wrote:
> 
>> From: Hailong Liu <liu.hailong6@zte.com.cn>
>>
>> Remove asm/fixmap.h which is included more than once.
>>
>> Signed-off-by: Hailong Liu <liu.hailong6@zte.com.cn>
> 
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Please put this into Russell's patch tracker so he can merge it.

I have put this patch into Russell's patch tracker, and its status now is
incoming.
diff mbox series

Patch

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>