From: Paul Mundt Date: Tue, 6 Jan 2009 03:47:12 +0000 (+0900) Subject: sh: Fix up GENERIC_GPIO build for ARCH_WANT_OPTIONAL_GPIO cases. X-Git-Tag: v2.6.30-rc1~673^2~95 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e97cb8bedd06e8a2e562454423d58aab5827ce;p=pandora-kernel.git sh: Fix up GENERIC_GPIO build for ARCH_WANT_OPTIONAL_GPIO cases. CPUs define pinmux tables through the optional interface, while boards that require demux of their own require it explicitly. Roll the Makefile rules back to depend on GENERIC_GPIO, which covers both cases. Fixes a link error with an undefined reference to register_pinmux() on optional platforms. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed