Skip to content

Commit 83d8e81

Browse files
jhovoldVudentz
authored andcommitted
Bluetooth: qca: drop bogus module version
Random module versions serves no purpose, what matters is the kernel version. Drop the bogus module version which has never been updated. Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 280939b commit 83d8e81

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/bluetooth/btqca.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
#include "btqca.h"
1515

16-
#define VERSION "0.1"
17-
1816
int qca_read_soc_version(struct hci_dev *hdev, struct qca_btsoc_version *ver,
1917
enum qca_btsoc_type soc_type)
2018
{
@@ -953,6 +951,5 @@ EXPORT_SYMBOL_GPL(qca_set_bdaddr);
953951

954952

955953
MODULE_AUTHOR("Ben Young Tae Kim <[email protected]>");
956-
MODULE_DESCRIPTION("Bluetooth support for Qualcomm Atheros family ver " VERSION);
957-
MODULE_VERSION(VERSION);
954+
MODULE_DESCRIPTION("Bluetooth support for Qualcomm Atheros family");
958955
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)