linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH next-20090506] wireless: WL12XX should depend on GENERIC_HARDIRQS
@ 2009-05-06 20:35 Geert Uytterhoeven
  2009-05-07  2:19 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2009-05-06 20:35 UTC (permalink / raw)
  To: Kalle Valo, Bob Copeland, John W. Linville
  Cc: linux-wireless, Linux Kernel Development, linux-next

m68k allmodconfig:
| drivers/net/wireless/wl12xx/main.c: In function 'wl12xx_probe':
| drivers/net/wireless/wl12xx/main.c:1273: error: implicit declaration of function 'set_irq_type'
| make[1]: *** [drivers/net/wireless/wl12xx/main.o] Error 1

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
http://kisskb.ellerman.id.au/kisskb/buildresult/416697/

diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig
index 20a9633..a82c4cd 100644
--- a/drivers/net/wireless/wl12xx/Kconfig
+++ b/drivers/net/wireless/wl12xx/Kconfig
@@ -1,6 +1,6 @@
 config WL12XX
 	tristate "TI wl1251/wl1271 support"
-	depends on MAC80211 && WLAN_80211 && SPI_MASTER && EXPERIMENTAL
+	depends on MAC80211 && WLAN_80211 && SPI_MASTER && GENERIC_HARDIRQS && EXPERIMENTAL
 	select FW_LOADER
 	select CRC7
 	---help---

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH next-20090506] wireless: WL12XX should depend on GENERIC_HARDIRQS
  2009-05-06 20:35 [PATCH next-20090506] wireless: WL12XX should depend on GENERIC_HARDIRQS Geert Uytterhoeven
@ 2009-05-07  2:19 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2009-05-07  2:19 UTC (permalink / raw)
  To: ext Geert Uytterhoeven
  Cc: Bob Copeland, John W. Linville, linux-wireless,
	Linux Kernel Development, linux-next

ext Geert Uytterhoeven <geert@linux-m68k.org> writes:

> m68k allmodconfig:
> | drivers/net/wireless/wl12xx/main.c: In function 'wl12xx_probe':
> | drivers/net/wireless/wl12xx/main.c:1273: error: implicit declaration of function 'set_irq_type'
> | make[1]: *** [drivers/net/wireless/wl12xx/main.o] Error 1
>
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Acked-by: Kalle Valo <kalle.valo@nokia.com>

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-07  2:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-06 20:35 [PATCH next-20090506] wireless: WL12XX should depend on GENERIC_HARDIRQS Geert Uytterhoeven
2009-05-07  2:19 ` Kalle Valo

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).