Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Johan Hovold and committed by
Luiz Augusto von Dentz
83d8e815 280939bd

+1 -4
+1 -4
drivers/bluetooth/btqca.c
··· 13 13 14 14 #include "btqca.h" 15 15 16 - #define VERSION "0.1" 17 - 18 16 int qca_read_soc_version(struct hci_dev *hdev, struct qca_btsoc_version *ver, 19 17 enum qca_btsoc_type soc_type) 20 18 { ··· 951 953 952 954 953 955 MODULE_AUTHOR("Ben Young Tae Kim <ytkim@qca.qualcomm.com>"); 954 - MODULE_DESCRIPTION("Bluetooth support for Qualcomm Atheros family ver " VERSION); 955 - MODULE_VERSION(VERSION); 956 + MODULE_DESCRIPTION("Bluetooth support for Qualcomm Atheros family"); 956 957 MODULE_LICENSE("GPL");