ARM: LPC32xx: Remove mach specific ARCH_NR_GPIOS, use default
authorRoland Stigge <stigge@antcom.de>
Thu, 14 Jun 2012 14:16:18 +0000 (16:16 +0200)
committerRoland Stigge <stigge@antcom.de>
Thu, 14 Jun 2012 14:16:18 +0000 (16:16 +0200)
commit1a6e29c913d25eae0e232926fd9f7ceaf5306dc2
tree00548440a6ad94bcb90d42755b97f69c66656bf9
parentac5ced91aa6b5013027d3313824c9c5afb071f23
ARM: LPC32xx: Remove mach specific ARCH_NR_GPIOS, use default

ARCH_NR_GPIOS was defined statically to include exactly all SoC specific GPIOs.
Now if additional GPIOs need to be added dynamically, e.g. via DT, none are
available. Removing the mach specific setting, leaving ARCH_NR_GPIOS to the
default of 256 (currently in include/asm-generic/gpio.h).

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
arch/arm/mach-lpc32xx/include/mach/gpio.h