2019-04-06 13:10:57

by Souptick Joarder

[permalink] [raw]
Subject: [PATCH v2] arm: mm: Remove duplicate header

Remove duplicate header which is included twice.

Signed-off-by: Souptick Joarder <[email protected]>
Acked-by: Mike Rapoport <[email protected]>
---
v2: Added Acked-by tag.

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 f3ce341..a64a3c5 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>
--
1.9.1


2019-04-06 18:45:38

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH v2] arm: mm: Remove duplicate header


On 4/6/2019 6:43 PM, Souptick Joarder wrote:
> Remove duplicate header which is included twice.
>
> Signed-off-by: Souptick Joarder <[email protected]>
> Acked-by: Mike Rapoport <[email protected]>
> ---
> v2: Added Acked-by tag.
>
> 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
Reviewed-by: Mukesh Ojha <[email protected]>

Cheers,
-Mukesh

> index f3ce341..a64a3c5 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>