From: Linus Walleij Date: Tue, 3 Jun 2014 14:14:01 +0000 (+0200) Subject: ARM: s5p: cut the custom ARCH_NR_GPIOS definition X-Git-Tag: omap-for-v3.17/fixes-against-rc2~123^2~8^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab275b132a79c7b08f10fa22fc3f204eb8e26d33;p=pandora-kernel.git ARM: s5p: cut the custom ARCH_NR_GPIOS definition The number of GPIOs defined for the different S5P platforms using the tricky #define macros are actually as follows: S5P64x0: 180 GPIOs S5PC100: 115 GPIOs S5PV210: 252 GPIOs The include file will automatically bump us to 256 GPIOs which is a nice default value that happens to encompass all the S5P platform requirements under its roof. Cut ARCH_NR_GPIOS and the custom spacing macro for extra GPIOs that is not used anywhere in the kernel. Acked-by: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed