Bluetooth: Remove unneeded recv_event variable
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 2 Apr 2015 10:41:10 +0000 (13:41 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 2 Apr 2015 14:09:27 +0000 (16:09 +0200)
commitf7d9e97592aeb7742084814c5f37e25571b2d51d
tree4c22cf825ac013964cb09fb76f00fd8990f13757
parentf60cb30579d3401cab1ed36b42df5c0568ae0ba7
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>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c