[PATCH] mm: remove duplicate include statement in mmu.c

Mike Rapoport rppt at kernel.org
Tue Sep 15 02:12:46 EDT 2020


On Mon, Sep 14, 2020 at 09:03:27PM +0800, Tian Tao wrote:
> asm/sections.h is included more than once, Remove the one that isn't
> necessary.
> 
> Signed-off-by: Tian Tao <tiantao6 at hisilicon.com>

Reviewed-by: Mike Rapoport <rppt at linux.ibm.com>

I beleive this shoud be posted into Russell's patch tracking system:

https://www.arm.linux.org.uk/developer/patches/info.php

> ---
>  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 698cc74..ab69250 100644
> --- a/arch/arm/mm/mmu.c
> +++ b/arch/arm/mm/mmu.c
> @@ -17,7 +17,6 @@
>  
>  #include <asm/cp15.h>
>  #include <asm/cputype.h>
> -#include <asm/sections.h>
>  #include <asm/cachetype.h>
>  #include <asm/fixmap.h>
>  #include <asm/sections.h>
> -- 
> 2.7.4
> 

-- 
Sincerely yours,
Mike.



More information about the linux-arm-kernel mailing list