diff options
author | Brajeswar Ghosh <brajeswar.linux@gmail.com> | 2019-01-17 20:07:51 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-01-30 22:59:53 +0100 |
commit | 7dd50e2cdf0a410a105db5d41fcd6583b8c397d2 (patch) | |
tree | d28c179ea594f26c875670750f30d7a642c79ce9 /arch/arm/mach-ep93xx | |
parent | f17b5f06cb92ef2250513a1e154c47b78df07d40 (diff) | |
download | linux-7dd50e2cdf0a410a105db5d41fcd6583b8c397d2.tar.gz linux-7dd50e2cdf0a410a105db5d41fcd6583b8c397d2.tar.bz2 linux-7dd50e2cdf0a410a105db5d41fcd6583b8c397d2.zip |
arch/arm/mach-ep93xx: Remove duplicate header
Remove mach/gpio-ep93xx.h which is included more than once
Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ep93xx')
-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> |