]> git.baikalelectronics.ru Git - kernel.git/commit
wl12xx: fix sdio_test kconfig/build errors
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 19 Feb 2011 01:25:36 +0000 (17:25 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 21 Feb 2011 20:39:56 +0000 (15:39 -0500)
commit10cb36a9c03179a80ea2cd993020e98f8e4f7dbc
tree86282bb4f18de31b3ee6d1943bf4f8b3fa1dfff5
parent668f31d7bc730085ce14b219595c526951bca1bd
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 <randy.dunlap@oracle.com>
Cc: Luciano Coelho <luciano.coelho@nokia.com>
Cc: Roger Quadros <roger.quadros@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/wl12xx/Kconfig