All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm:mm/mmu.c : Remove duplicate header
@ 2019-03-23 11:34 ` jagdsh.linux
  0 siblings, 0 replies; 4+ messages in thread
From: jagdsh.linux @ 2019-03-23 11:34 UTC (permalink / raw)
  To: linux, akpm, rppt, paul.burton, anders.roxell
  Cc: linux-arm-kernel, linux-kernel, Jagadeesh Pagadala

From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>

Remove duplicate headers which are included twice.

Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
---
 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 f3ce341..a7863a5 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -23,7 +23,6 @@
 #include <asm/sections.h>
 #include <asm/cachetype.h>
 #include <asm/fixmap.h>
-#include <asm/sections.h>
 #include <asm/setup.h>
 #include <asm/smp_plat.h>
 #include <asm/tlb.h>
@@ -36,7 +35,6 @@
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
 #include <asm/mach/pci.h>
-#include <asm/fixmap.h>
 
 #include "fault.h"
 #include "mm.h"
-- 
1.8.3.1


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

* [PATCH] arm:mm/mmu.c : Remove duplicate header
@ 2019-03-23 11:34 ` jagdsh.linux
  0 siblings, 0 replies; 4+ messages in thread
From: jagdsh.linux @ 2019-03-23 11:34 UTC (permalink / raw)
  To: linux, akpm, rppt, paul.burton, anders.roxell
  Cc: Jagadeesh Pagadala, linux-kernel, linux-arm-kernel

From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>

Remove duplicate headers which are included twice.

Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
---
 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 f3ce341..a7863a5 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -23,7 +23,6 @@
 #include <asm/sections.h>
 #include <asm/cachetype.h>
 #include <asm/fixmap.h>
-#include <asm/sections.h>
 #include <asm/setup.h>
 #include <asm/smp_plat.h>
 #include <asm/tlb.h>
@@ -36,7 +35,6 @@
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
 #include <asm/mach/pci.h>
-#include <asm/fixmap.h>
 
 #include "fault.h"
 #include "mm.h"
-- 
1.8.3.1


_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] arm:mm/mmu.c : Remove duplicate header
  2019-03-23 11:34 ` jagdsh.linux
@ 2019-03-28  6:47   ` Mukesh Ojha
  -1 siblings, 0 replies; 4+ messages in thread
From: Mukesh Ojha @ 2019-03-28  6:47 UTC (permalink / raw)
  To: jagdsh.linux, linux, akpm, rppt, paul.burton, anders.roxell
  Cc: linux-arm-kernel, linux-kernel


On 3/23/2019 5:04 PM, jagdsh.linux@gmail.com wrote:
> From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
>
> Remove duplicate headers which are included twice.
>
> Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

-Mukesh
> ---
>   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 f3ce341..a7863a5 100644
> --- a/arch/arm/mm/mmu.c
> +++ b/arch/arm/mm/mmu.c
> @@ -23,7 +23,6 @@
>   #include <asm/sections.h>
>   #include <asm/cachetype.h>
>   #include <asm/fixmap.h>
> -#include <asm/sections.h>
>   #include <asm/setup.h>
>   #include <asm/smp_plat.h>
>   #include <asm/tlb.h>
> @@ -36,7 +35,6 @@
>   #include <asm/mach/arch.h>
>   #include <asm/mach/map.h>
>   #include <asm/mach/pci.h>
> -#include <asm/fixmap.h>
>   
>   #include "fault.h"
>   #include "mm.h"

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

* Re: [PATCH] arm:mm/mmu.c : Remove duplicate header
@ 2019-03-28  6:47   ` Mukesh Ojha
  0 siblings, 0 replies; 4+ messages in thread
From: Mukesh Ojha @ 2019-03-28  6:47 UTC (permalink / raw)
  To: jagdsh.linux, linux, akpm, rppt, paul.burton, anders.roxell
  Cc: linux-kernel, linux-arm-kernel


On 3/23/2019 5:04 PM, jagdsh.linux@gmail.com wrote:
> From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
>
> Remove duplicate headers which are included twice.
>
> Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

-Mukesh
> ---
>   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 f3ce341..a7863a5 100644
> --- a/arch/arm/mm/mmu.c
> +++ b/arch/arm/mm/mmu.c
> @@ -23,7 +23,6 @@
>   #include <asm/sections.h>
>   #include <asm/cachetype.h>
>   #include <asm/fixmap.h>
> -#include <asm/sections.h>
>   #include <asm/setup.h>
>   #include <asm/smp_plat.h>
>   #include <asm/tlb.h>
> @@ -36,7 +35,6 @@
>   #include <asm/mach/arch.h>
>   #include <asm/mach/map.h>
>   #include <asm/mach/pci.h>
> -#include <asm/fixmap.h>
>   
>   #include "fault.h"
>   #include "mm.h"

_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2019-03-28  6:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-23 11:34 [PATCH] arm:mm/mmu.c : Remove duplicate header jagdsh.linux
2019-03-23 11:34 ` jagdsh.linux
2019-03-28  6:47 ` Mukesh Ojha
2019-03-28  6:47   ` Mukesh Ojha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.