diff --git a/drivers/bluetooth/hci_h4.c b/drivers/bluetooth/hci_h4.c index 3ea8f0886ed113f34c83214345e96c61c064ff32..0d9ba07d273099aaa4110c7f8d69e76b7cdce2cc 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; };