summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-11-12 14:02:16 +0900
committerJohan Hedberg <johan.hedberg@intel.com>2013-04-04 19:28:25 +0300
commit5afff03815e26abf34702ec10422535224cdfe38 (patch)
tree98d2a696ba11a7d3d15c5d227b98703eb77de7c3 /include/net
parent936009976497e1e123f3223bedca25312ee20f08 (diff)
downloadlinux-0-day-5afff03815e26abf34702ec10422535224cdfe38.tar.gz
linux-0-day-5afff03815e26abf34702ec10422535224cdfe38.tar.xz
Bluetooth: Remove driver init queue from core
The driver init queue is no longer needed. This can be all handled inside the drivers now. So remove it. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 395e8f6982f9b..d4e13bf5ae596 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -269,8 +269,6 @@ struct hci_dev {
struct hci_dev_stats stat;
- struct sk_buff_head driver_init;
-
atomic_t promisc;
struct dentry *debugfs;