diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-11-30 12:17:21 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-11-30 12:17:21 +0100 |
commit | 12421b40b81d101d7535e03f1af197365adc932b (patch) | |
tree | 46db4985e30f42819da846e161803aaf63dd8854 /drivers/bluetooth/Makefile | |
parent | 7b99d17f3ea1febd1abca8fa371d2341dd957d4a (diff) | |
download | op-kernel-dev-12421b40b81d101d7535e03f1af197365adc932b.zip op-kernel-dev-12421b40b81d101d7535e03f1af197365adc932b.tar.gz |
Bluetooth: Remove deprecated hci_usb driver
The old hci_usb driver has been fully replaced with the new btusb driver
and all major distributions switched to the new driver now. This removes
it since it should not be used at all anymore.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Makefile')
-rw-r--r-- | drivers/bluetooth/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/Makefile b/drivers/bluetooth/Makefile index 77444af..16930f9 100644 --- a/drivers/bluetooth/Makefile +++ b/drivers/bluetooth/Makefile @@ -2,7 +2,6 @@ # Makefile for the Linux Bluetooth HCI device drivers. # -obj-$(CONFIG_BT_HCIUSB) += hci_usb.o obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o obj-$(CONFIG_BT_HCIUART) += hci_uart.o obj-$(CONFIG_BT_HCIBCM203X) += bcm203x.o |