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>
This commit is contained in:
Marcel Holtmann
2015-04-04 22:36:04 -07:00
parent 01009eec70
commit 788a675675
3 changed files with 1 additions and 5 deletions

View File

@@ -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;