From: Randy Dunlap Date: Sat, 19 Feb 2011 01:25:36 +0000 (-0800) Subject: wl12xx: fix sdio_test kconfig/build errors X-Git-Tag: v2.6.39-rc1~468^2~238^2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aec516ce4cfd44f48b3ae0c54bc2f1eab007173;p=pandora-kernel.git wl12xx: fix sdio_test kconfig/build errors The wl12xx sdio_test code uses wl12xx_get_platform_data, which is only present when WL12*_SDIO is enabled, so make WL12XX_SDIO_TEST depend on WL12XX_SDIO so that the needed interface will be present. sdio_test.c:(.devinit.text+0x13178): undefined reference to `wl12xx_get_platform_data' Signed-off-by: Randy Dunlap Cc: Luciano Coelho Cc: Roger Quadros Signed-off-by: John W. Linville --- Reading git-diff-tree failed