diff options
author | Brajeswar Ghosh <[email protected]> | 2019-01-17 20:07:51 +0530 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2019-01-30 22:59:53 +0100 |
commit | 7dd50e2cdf0a410a105db5d41fcd6583b8c397d2 (patch) | |
tree | d28c179ea594f26c875670750f30d7a642c79ce9 | |
parent | f17b5f06cb92ef2250513a1e154c47b78df07d40 (diff) |
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]>
Acked-by: Alexander Sverdlin <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | arch/arm/mach-ep93xx/ts72xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |