aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-04-04 20:29:27 -0700
committerMarcel Holtmann <marcel@holtmann.org>2015-04-07 18:47:09 +0200
commit940cbe3a6b2282551e2e458d307967ae37cbba18 (patch)
tree9a90137edc6aef85d95c5ec5119130e3a90eead5 /drivers/bluetooth
parentBluetooth: hci_uart: Remove unused h4->rx_skb field (diff)
downloadlinux-dev-940cbe3a6b2282551e2e458d307967ae37cbba18.tar.xz
linux-dev-940cbe3a6b2282551e2e458d307967ae37cbba18.zip
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/hci_h4.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/bluetooth/hci_h4.c b/drivers/bluetooth/hci_h4.c
index 3ea8f0886ed1..0d9ba07d2730 100644
--- a/drivers/bluetooth/hci_h4.c
+++ b/drivers/bluetooth/hci_h4.c
@@ -49,8 +49,6 @@
#define VERSION "1.2"
struct h4_struct {
- unsigned long rx_state;
- unsigned long rx_count;
struct sk_buff_head txq;
};