summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Makefile
diff options
context:
space:
mode:
authorMarcel Holtmann2008-11-30 12:17:21 +0100
committerMarcel Holtmann2008-11-30 12:17:21 +0100
commit12421b40b81d101d7535e03f1af197365adc932b (patch)
tree46db4985e30f42819da846e161803aaf63dd8854 /drivers/bluetooth/Makefile
parentBluetooth: Respect HCI_UART_DEBUG config in hci_ll.c (diff)
downloadkernel-qcow2-linux-12421b40b81d101d7535e03f1af197365adc932b.tar.gz
kernel-qcow2-linux-12421b40b81d101d7535e03f1af197365adc932b.tar.xz
kernel-qcow2-linux-12421b40b81d101d7535e03f1af197365adc932b.zip
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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/Makefile b/drivers/bluetooth/Makefile
index 77444afbf107..16930f93d1ca 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