diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-11-12 06:02:16 +0100 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-04-04 18:28:25 +0200 |
commit | 5afff03815e26abf34702ec10422535224cdfe38 (patch) | |
tree | 98d2a696ba11a7d3d15c5d227b98703eb77de7c3 /include/net | |
parent | Bluetooth: Convert BCM92035 support to driver setup callback (diff) | |
download | linux-5afff03815e26abf34702ec10422535224cdfe38.tar.xz linux-5afff03815e26abf34702ec10422535224cdfe38.zip |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 395e8f6982f9..d4e13bf5ae59 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; |