summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-03-05 20:37:50 +0200
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2013-03-08 10:40:27 -0300
commitcecbb967b2f5c52e090978ff6afe7deddbfbeda5 (patch)
tree7e43e45b1b6cd8d94d708c3f3fdd764dbaea1236 /include/net/bluetooth/hci_core.h
parent42c6b129cd8c2aa5012a78ec39672e7052cc677a (diff)
downloadlinux-3.10-cecbb967b2f5c52e090978ff6afe7deddbfbeda5.tar.gz
linux-3.10-cecbb967b2f5c52e090978ff6afe7deddbfbeda5.tar.bz2
linux-3.10-cecbb967b2f5c52e090978ff6afe7deddbfbeda5.zip
Bluetooth: Remove unused hdev->init_last_cmd
This variable is no longer needed (due to async HCI request support and the conversion of hci_req_sync to use it), so it can be safely removed. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-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 3f124f43fcb..3a9cbf2b55c 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -248,8 +248,6 @@ struct hci_dev {
__u32 req_status;
__u32 req_result;
- __u16 init_last_cmd;
-
struct list_head mgmt_pending;
struct discovery_state discovery;