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 <johan+linaro@kernel.org> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
1 parent 280939b commit 83d8e81

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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 <ytkim@qca.qualcomm.com>");
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)