Bluetooth: hci_uart: Remove unused h4->rx_state and h4->rx_count field
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 5 Apr 2015 03:29:27 +0000 (20:29 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Apr 2015 16:47:09 +0000 (18:47 +0200)
commit940cbe3a6b2282551e2e458d307967ae37cbba18
tree9a90137edc6aef85d95c5ec5119130e3a90eead5
parent72b9439be96ffc816a131cd92fd33ef6541871d7
Bluetooth: hci_uart: Remove unused h4->rx_state and h4->rx_count field

The fields h4->rx_state and h4->rx_count are not used at all and with
that they can be just removed.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
drivers/bluetooth/hci_h4.c