net/alacritech: Delete driver version
authorLeon Romanovsky <leonro@mellanox.com>
Mon, 24 Feb 2020 08:53:01 +0000 (10:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Feb 2020 19:23:37 +0000 (11:23 -0800)
Use standard variant of the driver version.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/alacritech/slicoss.c

index 9daef4c8feef2c0c4d2be3cd039e55c2110492aa..6234fcd844eead5f8e11f0b9010ce1b3418fd043 100644 (file)
@@ -26,7 +26,6 @@
 #include "slic.h"
 
 #define DRV_NAME                       "slicoss"
-#define DRV_VERSION                    "1.0"
 
 static const struct pci_device_id slic_id_tbl[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_ALACRITECH,
@@ -1533,7 +1532,6 @@ static void slic_get_drvinfo(struct net_device *dev,
        struct slic_device *sdev = netdev_priv(dev);
 
        strlcpy(info->driver, DRV_NAME, sizeof(info->driver));
-       strlcpy(info->version, DRV_VERSION, sizeof(info->version));
        strlcpy(info->bus_info, pci_name(sdev->pdev), sizeof(info->bus_info));
 }
 
@@ -1852,4 +1850,3 @@ module_pci_driver(slic_driver);
 MODULE_DESCRIPTION("Alacritech non-accelerated SLIC driver");
 MODULE_AUTHOR("Lino Sanfilippo <LinoSanfilippo@gmx.de>");
 MODULE_LICENSE("GPL");
-MODULE_VERSION(DRV_VERSION);