diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 04:04:49 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-27 08:01:09 -0400 |
commit | 88f718e3fa4d67f3a8dbe79a2f97d722323e4051 (patch) | |
tree | 5cccd10d62c7f8e0e37f02d2268d6bae6570757f /arch/arm/Kconfig | |
parent | ffde39ea61ea29fc57c15dbcfadbe545c2d3500f (diff) |
ARM: pxa: delete the custom GPIO header
The PXA 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".
That commit added these two lines:
However it seems like deleting the file has no effect
whatsoever on the kernel compilation.
Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>
Acked-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3950a128973e..1ced44456ad2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -621,7 +621,6 @@ config ARCH_PXA | |||
621 | select GPIO_PXA | 621 | select GPIO_PXA |
622 | select HAVE_IDE | 622 | select HAVE_IDE |
623 | select MULTI_IRQ_HANDLER | 623 | select MULTI_IRQ_HANDLER |
624 | select NEED_MACH_GPIO_H | ||
625 | select PLAT_PXA | 624 | select PLAT_PXA |
626 | select SPARSE_IRQ | 625 | select SPARSE_IRQ |
627 | help | 626 | help |