diff --git a/drivers/bluetooth/hci_bcsp.c b/drivers/bluetooth/hci_bcsp.c index a467aa28009a..dc8e3d4356a0 100644 --- a/drivers/bluetooth/hci_bcsp.c +++ b/drivers/bluetooth/hci_bcsp.c @@ -47,8 +47,6 @@ #include "hci_uart.h" -#define VERSION "0.3" - static bool txcrc = 1; static bool hciextn = 1; diff --git a/drivers/bluetooth/hci_h4.c b/drivers/bluetooth/hci_h4.c index 81ad249fc44f..07f5f7a21961 100644 --- a/drivers/bluetooth/hci_h4.c +++ b/drivers/bluetooth/hci_h4.c @@ -46,8 +46,6 @@ #include "hci_uart.h" -#define VERSION "1.2" - struct h4_struct { struct sk_buff *rx_skb; struct sk_buff_head txq; diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index 19d0960489b6..b265abcb9eb6 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c @@ -46,7 +46,7 @@ #include "hci_uart.h" -#define VERSION "2.2" +#define VERSION "2.3" static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];