Re: [PATCH 5/8] net: bluetooth: remove unneeded MODULE_VERSION() usage
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2020-01-05 09:35:02
Also in:
bpf, linux-bluetooth, lkml, netdev
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2020-01-05 09:35:02
Also in:
bpf, linux-bluetooth, lkml, netdev
Hi Enrico,
Remove MODULE_VERSION(), as it isn't needed at all: the only version making sense is the kernel version.
I prefer to keep the MODULE_VERSION info since it provides this information via modinfo. Unless there is a kernel wide consent to remove MODULE_VERSION altogether, the Bluetooth subsystem is keeping it. Regards Marcel