netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] bluetooth/hci_bcsp: fix bitrev Kconfig
@ 2008-06-18 21:06 Randy Dunlap
  2008-06-18 22:30 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2008-06-18 21:06 UTC (permalink / raw)
  To: netdev; +Cc: akpm, marcel, maxk, davem

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix bluetooth hci_bcsp Kconfig to avoid build errors:

drivers/built-in.o: In function `bcsp_prepare_pkt':
hci_bcsp.c:(.text+0x7e9ac): undefined reference to `bitrev16'
drivers/built-in.o: In function `bcsp_recv':
hci_bcsp.c:(.text+0x7f276): undefined reference to `bitrev16'
hci_bcsp.c:(.text+0x7f293): undefined reference to `bitrev16'
make[1]: *** [.tmp_vmlinux1] Error 1

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/bluetooth/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20080618.orig/drivers/bluetooth/Kconfig
+++ linux-next-20080618/drivers/bluetooth/Kconfig
@@ -71,7 +71,7 @@ config BT_HCIUART_H4
 config BT_HCIUART_BCSP
 	bool "BCSP protocol support"
 	depends on BT_HCIUART
-	select CONFIG_BITREVERSE
+	select BITREVERSE
 	help
 	  BCSP (BlueCore Serial Protocol) is serial protocol for communication 
 	  between Bluetooth device and host. This protocol is required for non


---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/

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

end of thread, other threads:[~2008-07-15  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-18 21:06 [PATCH -next] bluetooth/hci_bcsp: fix bitrev Kconfig Randy Dunlap
2008-06-18 22:30 ` Marcel Holtmann
2008-07-15  7:51   ` David Miller

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