diff options
author | Alexandre Pereira da Silva <aletes.xgr@gmail.com> | 2012-07-01 21:06:45 +0200 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-07-01 21:06:45 +0200 |
commit | dcdd1339a3cda33f216628142eea78f3d41b47fe (patch) | |
tree | ba087abd53117232049b040eecc30fef7d065e6e /arch/arm/mach-lpc32xx | |
parent | 382656d81be23853f1a1a49d6669a92f70f5938b (diff) | |
download | linux-rt-dcdd1339a3cda33f216628142eea78f3d41b47fe.tar.gz |
ARM: LPC32xx: Remove unused gpios
Remove SPI0_CS, MMC_CD and MMC_WP gpios as they moved to devicetree.
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Roland Stigge <stigge@antcom.de>
Diffstat (limited to 'arch/arm/mach-lpc32xx')
-rw-r--r-- | arch/arm/mach-lpc32xx/phy3250.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index ff3c1f4aa500..8625237ce656 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c @@ -51,12 +51,9 @@ /* * Mapped GPIOLIB GPIOs */ -#define SPI0_CS_GPIO LPC32XX_GPIO(LPC32XX_GPIO_P3_GRP, 5) #define LCD_POWER_GPIO LPC32XX_GPIO(LPC32XX_GPO_P3_GRP, 0) #define BKL_POWER_GPIO LPC32XX_GPIO(LPC32XX_GPO_P3_GRP, 4) #define MMC_PWR_ENABLE_GPIO LPC32XX_GPIO(LPC32XX_GPO_P3_GRP, 5) -#define MMC_CD_GPIO LPC32XX_GPIO(LPC32XX_GPIO_P3_GRP, 1) -#define MMC_WP_GPIO LPC32XX_GPIO(LPC32XX_GPIO_P3_GRP, 0) /* * AMBA LCD controller |