diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-09-25 09:54:11 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-27 08:00:56 -0400 |
commit | ffde39ea61ea29fc57c15dbcfadbe545c2d3500f (patch) | |
tree | a4f8720f5b9d3ca5fc973a83a5464055527c93c3 /arch | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) |
ARM: mmp: delete the custom GPIO header
The MMP sub-architecture appears to have a custom <mach/gpio.h>
for no reason whatsoever. The file became completely empty
after Haojian removed the remaining content in
commit 157d2644cb0c1e71a18baaffca56d2b1d0ebf10f
"ARM: pxa: change gpio to platform device".
Cc: Eric Miao <eric.y.miao@gmail.com>
Acked-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-mmp/include/mach/gpio.h | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3f7714d8d2d2..3950a128973e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -559,7 +559,6 @@ config ARCH_MMP | |||
559 | select GPIO_PXA | 559 | select GPIO_PXA |
560 | select IRQ_DOMAIN | 560 | select IRQ_DOMAIN |
561 | select MULTI_IRQ_HANDLER | 561 | select MULTI_IRQ_HANDLER |
562 | select NEED_MACH_GPIO_H | ||
563 | select PINCTRL | 562 | select PINCTRL |
564 | select PLAT_PXA | 563 | select PLAT_PXA |
565 | select SPARSE_IRQ | 564 | select SPARSE_IRQ |
diff --git a/arch/arm/mach-mmp/include/mach/gpio.h b/arch/arm/mach-mmp/include/mach/gpio.h deleted file mode 100644 index 13219ebf5128..000000000000 --- a/arch/arm/mach-mmp/include/mach/gpio.h +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | #ifndef __ASM_MACH_GPIO_H | ||
2 | #define __ASM_MACH_GPIO_H | ||
3 | |||
4 | #include <asm-generic/gpio.h> | ||
5 | |||
6 | #include <mach/cputype.h> | ||
7 | |||
8 | #endif /* __ASM_MACH_GPIO_H */ | ||