From: Shawn Guo Date: Fri, 18 Jan 2013 08:58:26 +0000 (+0800) Subject: ARM: remove redundant 'select GENERIC_GPIO' X-Git-Tag: v3.9-rc1~122^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d47f3643213ed8d8fa885cf166e2685fa85d6fb;p=pandora-kernel.git ARM: remove redundant 'select GENERIC_GPIO' In drivers/gpio/Kcong, ARCH_REQUIRE_GPIOLIB selects GPIOLIB which in turn selects GENERIC_GPIO. So GENERIC_GPIO will be selected automatically for those platforms that select ARCH_REQUIRE_GPIOLIB. Remove the redundant 'select GENERIC_GPIO' for platforms that already select ARCH_REQUIRE_GPIOLIB at either mach or plat level. Signed-off-by: Shawn Guo Acked-by: Linus Walleij Signed-off-by: Olof Johansson --- Reading git-diff-tree failed