]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
bluetooth/hci_bcsp: fix bitrev Kconfig
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 15 Jul 2008 07:51:45 +0000 (00:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 07:51:45 +0000 (00:51 -0700)
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>
Ackey-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/bluetooth/Kconfig

index 71a58a4e17952e6bbb4e818c30da8e68a6b9a713..a235ca787465f5bb0d310fd4211635492f43dc26 100644 (file)
@@ -71,7 +71,7 @@ config BT_HCIUART_H4
 config BT_HCIUART_BCSP
        bool "BCSP protocol support"
        depends on BT_HCIUART
 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
        help
          BCSP (BlueCore Serial Protocol) is serial protocol for communication 
          between Bluetooth device and host. This protocol is required for non