[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080509095140.520aa39c.randy.dunlap@oracle.com>
Date: Fri, 9 May 2008 09:51:40 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: netdev <netdev@...r.kernel.org>, ajb@...eresystems.co.uk
Cc: jgarzik <jgarzik@...ox.com>, akpm <akpm@...ux-foundation.org>
Subject: [PATCH -next] net: hso driver uses rfkill functions
From: Randy Dunlap <randy.dunlap@...cle.com>
hso driver uses rfkill functions so should either depend on RFKILL
or select it. This patch uses depends on RFKILL.
drivers/built-in.o: In function `hso_disconnect':
hso.c:(.text+0x868c9): undefined reference to `rfkill_unregister'
drivers/built-in.o: In function `hso_probe':
hso.c:(.text+0x88226): undefined reference to `rfkill_allocate'
hso.c:(.text+0x8829e): undefined reference to `rfkill_register'
hso.c:(.text+0x8860f): undefined reference to `rfkill_free'
make[1]: *** [.tmp_vmlinux1] Error 1
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
drivers/net/usb/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- next-20080509.orig/drivers/net/usb/Kconfig
+++ next-20080509/drivers/net/usb/Kconfig
@@ -156,7 +156,7 @@ config USB_NET_AX8817X
config USB_HSO
tristate "Option USB High Speed Mobile Devices"
- depends on USB
+ depends on USB && RFKILL
default n
help
Choose this option if you have an Option HSDPA/HSUPA card.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists