diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2015-04-02 06:41:10 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-02 10:09:27 -0400 |
commit | f7d9e97592aeb7742084814c5f37e25571b2d51d (patch) | |
tree | 4c22cf825ac013964cb09fb76f00fd8990f13757 /include/net/bluetooth | |
parent | f60cb30579d3401cab1ed36b42df5c0568ae0ba7 (diff) |
Bluetooth: Remove unneeded recv_event variable
Now that the synchronous HCI requests use the new API and a new private
variable the recv_evt member of hci_dev is no-longer needed. This patch
removes it.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 257ac04c00e1..4cefee0b6330 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -326,7 +326,6 @@ struct hci_dev { | |||
326 | struct sk_buff_head raw_q; | 326 | struct sk_buff_head raw_q; |
327 | struct sk_buff_head cmd_q; | 327 | struct sk_buff_head cmd_q; |
328 | 328 | ||
329 | struct sk_buff *recv_evt; | ||
330 | struct sk_buff *sent_cmd; | 329 | struct sk_buff *sent_cmd; |
331 | struct sk_buff *reassembly[NUM_REASSEMBLY]; | 330 | struct sk_buff *reassembly[NUM_REASSEMBLY]; |
332 | 331 | ||