diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-11-12 14:02:16 +0900 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-04-04 19:28:25 +0300 |
commit | 5afff03815e26abf34702ec10422535224cdfe38 (patch) | |
tree | 98d2a696ba11a7d3d15c5d227b98703eb77de7c3 /include | |
parent | 936009976497e1e123f3223bedca25312ee20f08 (diff) | |
download | linux-3.10-5afff03815e26abf34702ec10422535224cdfe38.tar.gz linux-3.10-5afff03815e26abf34702ec10422535224cdfe38.tar.bz2 linux-3.10-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')
-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 395e8f6982f..d4e13bf5ae5 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; |