* [PATCH -next] wl12xx: fix sdio_test kconfig/build errors
[not found] <20110217162650.092e77c3.sfr@canb.auug.org.au>
@ 2011-02-19 1:25 ` Randy Dunlap
2011-02-21 20:25 ` John W. Linville
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2011-02-19 1:25 UTC (permalink / raw)
To: Stephen Rothwell, linux-wireless, linville
Cc: linux-next, LKML, Luciano Coelho, Roger Quadros, akpm
From: Randy Dunlap <randy.dunlap@oracle.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@oracle.com>
Cc: Luciano Coelho <luciano.coelho@nokia.com>
Cc: Roger Quadros <roger.quadros@nokia.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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] wl12xx: fix sdio_test kconfig/build errors
2011-02-19 1:25 ` [PATCH -next] wl12xx: fix sdio_test kconfig/build errors Randy Dunlap
@ 2011-02-21 20:25 ` John W. Linville
2011-02-22 12:32 ` Coelho, Luciano
0 siblings, 1 reply; 3+ messages in thread
From: John W. Linville @ 2011-02-21 20:25 UTC (permalink / raw)
To: Randy Dunlap
Cc: Stephen Rothwell, linux-wireless, linux-next, LKML,
Luciano Coelho, Roger Quadros, akpm
Luca, I'm merging this one...
On Fri, Feb 18, 2011 at 05:25:36PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.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@oracle.com>
> Cc: Luciano Coelho <luciano.coelho@nokia.com>
> Cc: Roger Quadros <roger.quadros@nokia.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
>
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] wl12xx: fix sdio_test kconfig/build errors
2011-02-21 20:25 ` John W. Linville
@ 2011-02-22 12:32 ` Coelho, Luciano
0 siblings, 0 replies; 3+ messages in thread
From: Coelho, Luciano @ 2011-02-22 12:32 UTC (permalink / raw)
To: John W. Linville
Cc: Randy Dunlap, Stephen Rothwell, linux-wireless, linux-next, LKML,
Luciano Coelho, Roger Quadros, akpm
On Mon, Feb 21, 2011 at 10:25 PM, John W. Linville
<linville@tuxdriver.com> wrote:
> Luca, I'm merging this one...
Thanks, John!
--
Cheers,
Luca.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-22 12:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20110217162650.092e77c3.sfr@canb.auug.org.au>
2011-02-19 1:25 ` [PATCH -next] wl12xx: fix sdio_test kconfig/build errors Randy Dunlap
2011-02-21 20:25 ` John W. Linville
2011-02-22 12:32 ` Coelho, Luciano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).