Re: [PATCH] mm: Remove duplicate headers

2019-05-10 Thread Souptick Joarder
On Sat, May 11, 2019 at 9:04 AM Sabyasachi Gupta wrote: > > Remove asm/sections.h and asm/fixmap.h which are included more than once > > Signed-off-by: Sabyasachi Gupta Acked-by: Souptick Joarder > --- > arch/arm/mm/mmu.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/mm/m

[PATCH] mm: Remove duplicate headers

2019-05-10 Thread Sabyasachi Gupta
Remove asm/sections.h and asm/fixmap.h which are included more than once Signed-off-by: Sabyasachi Gupta --- arch/arm/mm/mmu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index fcded2c..29035f4 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c