linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: remove duplicate include statement in mmu.c
@ 2020-09-14 13:03 Tian Tao
  2020-09-15  6:12 ` Mike Rapoport
  0 siblings, 1 reply; 2+ messages in thread
From: Tian Tao @ 2020-09-14 13:03 UTC (permalink / raw)
  To: linux, rppt, akpm, geert, ardb, arnd, mark.rutland, maz,
	anshuman.khandual, linux-arm-kernel
  Cc: linuxarm

asm/sections.h is included more than once, Remove the one that isn't
necessary.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mm: remove duplicate include statement in mmu.c
  2020-09-14 13:03 [PATCH] mm: remove duplicate include statement in mmu.c Tian Tao
@ 2020-09-15  6:12 ` Mike Rapoport
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Rapoport @ 2020-09-15  6:12 UTC (permalink / raw)
  To: Tian Tao
  Cc: mark.rutland, arnd, anshuman.khandual, maz, linux, linuxarm,
	geert, akpm, ardb, linux-arm-kernel

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@hisilicon.com>

Reviewed-by: Mike Rapoport <rppt@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.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-15  6:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-14 13:03 [PATCH] mm: remove duplicate include statement in mmu.c Tian Tao
2020-09-15  6:12 ` Mike Rapoport

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).