[PATCH 1/2] ARM: mmp: delete the custom GPIO header
From: haojian.zhuang@gmail.com (Haojian Zhuang)
Date: 2013-09-27 05:37:34
Also in:
linux-gpio
On Thu, Sep 26, 2013 at 4:11 PM, Linus Walleij [off-list ref] wrote:
quoted hunk ↗ jump to hunk
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: Haojian Zhuang <redacted> Cc: Eric Miao <redacted> Signed-off-by: Linus Walleij <redacted> --- Haojian, I'm seeking an ACK for this patch so I can take it through the GPIO tree. --- arch/arm/Kconfig | 1 - arch/arm/mach-mmp/include/mach/gpio.h | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 arch/arm/mach-mmp/include/mach/gpio.hdiff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3f7714d..3950a12 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig@@ -559,7 +559,6 @@ config ARCH_MMP select GPIO_PXA select IRQ_DOMAIN select MULTI_IRQ_HANDLER - select NEED_MACH_GPIO_H select PINCTRL select PLAT_PXA select SPARSE_IRQdiff --git a/arch/arm/mach-mmp/include/mach/gpio.h b/arch/arm/mach-mmp/include/mach/gpio.h deleted file mode 100644 index 13219eb..0000000 --- a/arch/arm/mach-mmp/include/mach/gpio.h +++ /dev/null@@ -1,8 +0,0 @@ -#ifndef __ASM_MACH_GPIO_H -#define __ASM_MACH_GPIO_H - -#include <asm-generic/gpio.h> - -#include <mach/cputype.h> - -#endif /* __ASM_MACH_GPIO_H */ --1.8.3.1
Acked on all patches. Regards Haojian