From: Marcel Holtmann Date: Sun, 5 Apr 2015 03:29:27 +0000 (-0700) Subject: Bluetooth: hci_uart: Remove unused h4->rx_state and h4->rx_count field X-Git-Tag: v4.1-rc1~128^2~34^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940cbe3a6b2282551e2e458d307967ae37cbba18;p=thirdparty%2Flinux.git 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 Signed-off-by: Johan Hedberg --- diff --git a/drivers/bluetooth/hci_h4.c b/drivers/bluetooth/hci_h4.c index 3ea8f0886ed11..0d9ba07d27309 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; };