mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
nfp: populate MODULE_VERSION
DKMS and similar out-of-tree module replacement services use module version to make sure the out-of-tree software is not older than the module shipped with the kernel. We use the kernel version in ethtool -i output, put it into MODULE_VERSION as well. Reported-by: Jan Gutter <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: Dirk van der Merwe <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
This commit is contained in:
committed by
David S. Miller
parent
0d592e52fb
commit
1a5e8e3500
@@ -649,3 +649,4 @@ MODULE_FIRMWARE("netronome/nic_AMDA0099-0001_2x25.nffw");
|
||||
MODULE_AUTHOR("Netronome Systems <[email protected]>");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("The Netronome Flow Processor (NFP) driver.");
|
||||
MODULE_VERSION(UTS_RELEASE);
|
||||
|
||||
Reference in New Issue
Block a user