aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-04-05 01:36:04 -0400
committerMarcel Holtmann <marcel@holtmann.org>2015-04-07 12:47:10 -0400
commit788a675675b3ec5b64d232eae25e8e3e897cd31b (patch)
tree63465218e54daec6520022b0815d45a2e5da87f3
parent01009eec70a7d80773267b34522b0bb1208a73e9 (diff)
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 <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
-rw-r--r--drivers/bluetooth/hci_bcsp.c2
-rw-r--r--drivers/bluetooth/hci_h4.c2
-rw-r--r--drivers/bluetooth/hci_ldisc.c2
3 files changed, 1 insertions, 5 deletions
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 @@
47 47
48#include "hci_uart.h" 48#include "hci_uart.h"
49 49
50#define VERSION "0.3"
51
52static bool txcrc = 1; 50static bool txcrc = 1;
53static bool hciextn = 1; 51static bool hciextn = 1;
54 52
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 @@
46 46
47#include "hci_uart.h" 47#include "hci_uart.h"
48 48
49#define VERSION "1.2"
50
51struct h4_struct { 49struct h4_struct {
52 struct sk_buff *rx_skb; 50 struct sk_buff *rx_skb;
53 struct sk_buff_head txq; 51 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 @@
46 46
47#include "hci_uart.h" 47#include "hci_uart.h"
48 48
49#define VERSION "2.2" 49#define VERSION "2.3"
50 50
51static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO]; 51static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];
52 52