From: Marcel Holtmann Date: Sun, 5 Apr 2015 05:36:04 +0000 (-0700) Subject: Bluetooth: hci_uart: Update version number driver X-Git-Tag: v4.14-rc1~5592^2~34^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=788a675675b3ec5b64d232eae25e8e3e897cd31b;p=platform%2Fkernel%2Flinux-rpi.git Bluetooth: hci_uart: Update version number driver This version number is more cosmetic and for debugging purposes, but since there has been a few changes lately, increase it now. Two left-over and not used version constants that were never exposed anywhere are removed since they have no actual value. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/drivers/bluetooth/hci_bcsp.c b/drivers/bluetooth/hci_bcsp.c index a467aa2..dc8e3d4 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 81ad249f..07f5f7a 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 19d0960..b265abc 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];