commit | 57e97cb8bedd06e8a2e562454423d58aab5827ce | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jan 06 12:47:12 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jan 27 14:49:10 2009 +0900 |
tree | 4681eab552da3dcc401c58ace0dea13d970732f4 | |
parent | 69edbba0021a48fe034849501513930f6175cb5d [diff] |
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 <lethal@linux-sh.org>