2019-01-17 14:40:41

by Brajeswar Ghosh

[permalink] [raw]
Subject: [PATCH] arch/arm/mach-ep93xx: Remove duplicate header

Remove mach/gpio-ep93xx.h which is included more than once

Signed-off-by: Brajeswar Ghosh <[email protected]>
---
arch/arm/mach-ep93xx/ts72xx.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c
index c6a533699b00..85b74ac943f0 100644
--- a/arch/arm/mach-ep93xx/ts72xx.c
+++ b/arch/arm/mach-ep93xx/ts72xx.c
@@ -26,7 +26,6 @@
#include <mach/gpio-ep93xx.h>
#include <mach/hardware.h>
#include <mach/irqs.h>
-#include <mach/gpio-ep93xx.h>

#include <asm/mach-types.h>
#include <asm/mach/map.h>
--
2.17.1



2019-01-17 18:01:24

by Alexander Sverdlin

[permalink] [raw]
Subject: Re: [PATCH] arch/arm/mach-ep93xx: Remove duplicate header

On 17/01/2019 15:37, Brajeswar Ghosh wrote:
> Remove mach/gpio-ep93xx.h which is included more than once
>
> Signed-off-by: Brajeswar Ghosh <[email protected]>

Acked-by: Alexander Sverdlin <[email protected]>

Arnd, would you take it into one of your ARM trees?

> ---
> arch/arm/mach-ep93xx/ts72xx.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c
> index c6a533699b00..85b74ac943f0 100644
> --- a/arch/arm/mach-ep93xx/ts72xx.c
> +++ b/arch/arm/mach-ep93xx/ts72xx.c
> @@ -26,7 +26,6 @@
> #include <mach/gpio-ep93xx.h>
> #include <mach/hardware.h>
> #include <mach/irqs.h>
> -#include <mach/gpio-ep93xx.h>
>
> #include <asm/mach-types.h>
> #include <asm/mach/map.h>

2019-01-30 23:03:42

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH] arch/arm/mach-ep93xx: Remove duplicate header

On Thu, Jan 17, 2019 at 3:48 PM Alexander Sverdlin
<[email protected]> wrote:
>
> On 17/01/2019 15:37, Brajeswar Ghosh wrote:
> > Remove mach/gpio-ep93xx.h which is included more than once
> >
> > Signed-off-by: Brajeswar Ghosh <[email protected]>
>
> Acked-by: Alexander Sverdlin <[email protected]>
>
> Arnd, would you take it into one of your ARM trees?

Applied to the arm/soc branch now, thanks!

Arnd