[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110218172536.970b5b39.randy.dunlap@oracle.com>
Date: Fri, 18 Feb 2011 17:25:36 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-wireless@...r.kernel.org, linville@...driver.com
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
Luciano Coelho <luciano.coelho@...ia.com>,
Roger Quadros <roger.quadros@...ia.com>,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH -next] wl12xx: fix sdio_test kconfig/build errors
From: Randy Dunlap <randy.dunlap@...cle.com>
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@...cle.com>
Cc: Luciano Coelho <luciano.coelho@...ia.com>
Cc: Roger Quadros <roger.quadros@...ia.com>
---
drivers/net/wireless/wl12xx/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20110217.orig/drivers/net/wireless/wl12xx/Kconfig
+++ linux-next-20110217/drivers/net/wireless/wl12xx/Kconfig
@@ -54,7 +54,7 @@ config WL12XX_SDIO
config WL12XX_SDIO_TEST
tristate "TI wl12xx SDIO testing support"
- depends on WL12XX && MMC
+ depends on WL12XX && MMC && WL12XX_SDIO
default n
---help---
This module adds support for the SDIO bus testing with the
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists