summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-11-12 05:02:16 (GMT)
committerJohan Hedberg <johan.hedberg@intel.com>2013-04-04 16:28:25 (GMT)
commit5afff03815e26abf34702ec10422535224cdfe38 (patch)
tree98d2a696ba11a7d3d15c5d227b98703eb77de7c3 /include
parent936009976497e1e123f3223bedca25312ee20f08 (diff)
downloadlinux-fsl-qoriq-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')
-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 395e8f6..d4e13bf 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;