summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-09-26 10:04:49 +0200
committerLinus Walleij <linus.walleij@linaro.org>2013-09-27 14:01:09 +0200
commit88f718e3fa4d67f3a8dbe79a2f97d722323e4051 (patch)
tree5cccd10d62c7f8e0e37f02d2268d6bae6570757f /arch/arm/Kconfig
parentffde39ea61ea29fc57c15dbcfadbe545c2d3500f (diff)
downloadop-kernel-dev-88f718e3fa4d67f3a8dbe79a2f97d722323e4051.zip
op-kernel-dev-88f718e3fa4d67f3a8dbe79a2f97d722323e4051.tar.gz
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/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3950a12..1ced444 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -621,7 +621,6 @@ config ARCH_PXA
select GPIO_PXA
select HAVE_IDE
select MULTI_IRQ_HANDLER
- select NEED_MACH_GPIO_H
select PLAT_PXA
select SPARSE_IRQ
help
OpenPOWER on IntegriCloud