From: Paul Mundt Date: Mon, 20 Oct 2008 04:04:06 +0000 (+0900) Subject: sh: Only build in gpio.o when CONFIG_GENERIC_GPIO is selected. X-Git-Tag: v2.6.28-rc1~99^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf9c118df678de111eda45709081806f71710cc;p=pandora-kernel.git sh: Only build in gpio.o when CONFIG_GENERIC_GPIO is selected. The pinmux management is tied in to this code, while it is presently only used by platforms that select GENERIC_GPIO. The asm/gpio.h definitions are not referenced when GENERIC_GPIO is disabled, resulting in a build failure for all of the platforms that don't select it. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed