diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-11-12 00:02:16 -0500 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-04-04 12:28:25 -0400 |
commit | 5afff03815e26abf34702ec10422535224cdfe38 (patch) | |
tree | 98d2a696ba11a7d3d15c5d227b98703eb77de7c3 /include/net/bluetooth | |
parent | 936009976497e1e123f3223bedca25312ee20f08 (diff) |
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/bluetooth')
-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 { | |||
269 | 269 | ||
270 | struct hci_dev_stats stat; | 270 | struct hci_dev_stats stat; |
271 | 271 | ||
272 | struct sk_buff_head driver_init; | ||
273 | |||
274 | atomic_t promisc; | 272 | atomic_t promisc; |
275 | 273 | ||
276 | struct dentry *debugfs; | 274 | struct dentry *debugfs; |