diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-25 11:22:18 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-07 06:10:52 -0400 |
commit | abae61305684fffb0f1d779a1a678855ec5e8cfc (patch) | |
tree | 03883ac5e9411f9f2b3bf10b2f8cc78aea03627c /arch/arm/plat-mxc/include/mach/mx27.h | |
parent | be124c94279edf4306798100f120c386947d8724 (diff) |
mxc: remove ARCH_NR_GPIOS
Use the default value of 256 which is enough for all i.MX SoCs.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx27.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx27.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx27.h b/arch/arm/plat-mxc/include/mach/mx27.h index 6e93f2c0b7bb..063ac3524652 100644 --- a/arch/arm/plat-mxc/include/mach/mx27.h +++ b/arch/arm/plat-mxc/include/mach/mx27.h | |||
@@ -120,7 +120,4 @@ extern int mx27_revision(void); | |||
120 | 120 | ||
121 | /* Mandatory defines used globally */ | 121 | /* Mandatory defines used globally */ |
122 | 122 | ||
123 | /* this CPU supports up to 192 GPIOs (don't forget the baseboard!) */ | ||
124 | #define ARCH_NR_GPIOS (192 + 16) | ||
125 | |||
126 | #endif /* __ASM_ARCH_MXC_MX27_H__ */ | 123 | #endif /* __ASM_ARCH_MXC_MX27_H__ */ |