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

2021-01-26 Thread carver4lio
On 1/22/21 6:11 PM, Linus Walleij wrote: > On Tue, Jan 19, 2021 at 2:34 PM Hailong liu wrote: > >> From: Hailong Liu >> >> Remove asm/fixmap.h which is included more than once. >> >> Signed-off-by: Hailong Liu > > Reviewed-by: Linus Walleij > > Please put this into Russell's patch tracker so

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

2021-01-22 Thread Linus Walleij
On Tue, Jan 19, 2021 at 2:34 PM Hailong liu wrote: > From: Hailong Liu > > Remove asm/fixmap.h which is included more than once. > > Signed-off-by: Hailong Liu Reviewed-by: Linus Walleij Please put this into Russell's patch tracker so he can merge it. Yours, Linus Walleij

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

2021-01-19 Thread Hailong liu
From: Hailong Liu Remove asm/fixmap.h which is included more than once. Signed-off-by: Hailong Liu --- 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/mm