2021-01-19 22:59:20

by Hailong liu

[permalink] [raw]
Subject: [PATCH] arch/arm/mm/mmu.c: Remove duplicate header

From: Hailong Liu <[email protected]>

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

Signed-off-by: Hailong Liu <[email protected]>
---
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


2021-01-22 10:18:44

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] arch/arm/mm/mmu.c: Remove duplicate header

On Tue, Jan 19, 2021 at 2:34 PM Hailong liu <[email protected]> wrote:

> From: Hailong Liu <[email protected]>
>
> Remove asm/fixmap.h which is included more than once.
>
> Signed-off-by: Hailong Liu <[email protected]>

Reviewed-by: Linus Walleij <[email protected]>

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

Yours,
Linus Walleij

2021-01-26 15:32:32

by Hailong liu

[permalink] [raw]
Subject: Re: [PATCH] arch/arm/mm/mmu.c: Remove duplicate header

On 1/22/21 6:11 PM, Linus Walleij wrote:
> On Tue, Jan 19, 2021 at 2:34 PM Hailong liu <[email protected]> wrote:
>
>> From: Hailong Liu <[email protected]>
>>
>> Remove asm/fixmap.h which is included more than once.
>>
>> Signed-off-by: Hailong Liu <[email protected]>
>
> Reviewed-by: Linus Walleij <[email protected]>
>
> 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.