diff options
author | Roland Stigge <[email protected]> | 2012-06-14 16:16:18 +0200 |
---|---|---|
committer | Roland Stigge <[email protected]> | 2012-06-14 16:16:18 +0200 |
commit | 1a6e29c913d25eae0e232926fd9f7ceaf5306dc2 (patch) | |
tree | 00548440a6ad94bcb90d42755b97f69c66656bf9 | |
parent | ac5ced91aa6b5013027d3313824c9c5afb071f23 (diff) |
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 <[email protected]>
Acked-by: Alexandre Pereira da Silva <[email protected]>
-rw-r--r-- | arch/arm/mach-lpc32xx/include/mach/gpio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-lpc32xx/include/mach/gpio.h b/arch/arm/mach-lpc32xx/include/mach/gpio.h index 2ba6ca412bef..0052e7a76179 100644 --- a/arch/arm/mach-lpc32xx/include/mach/gpio.h +++ b/arch/arm/mach-lpc32xx/include/mach/gpio.h @@ -3,6 +3,4 @@ #include "gpio-lpc32xx.h" -#define ARCH_NR_GPIOS (LPC32XX_GPO_P3_GRP + LPC32XX_GPO_P3_MAX) - #endif /* __MACH_GPIO_H */ |