]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
octeontx2-af: Remove driver version and fix authorship
authorSunil Goutham <sgoutham@marvell.com>
Fri, 20 Mar 2020 18:57:25 +0000 (00:27 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Mar 2020 04:11:44 +0000 (21:11 -0700)
Removed MODULE_VERSION and fixed MODULE_AUTHOR.

Signed-off-by: Sunil Goutham <sgoutham@marvell.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c

index 5ff25bf8419e99f71ab9b54b80ca2dcda0a6982a..557e4292c84687a2c73d811b8f013f6db0c40890 100644 (file)
@@ -21,7 +21,6 @@
 
 #define DRV_NAME       "octeontx2-af"
 #define DRV_STRING      "Marvell OcteonTX2 RVU Admin Function Driver"
-#define DRV_VERSION    "1.0"
 
 static int rvu_get_hwvf(struct rvu *rvu, int pcifunc);
 
@@ -46,10 +45,9 @@ static const struct pci_device_id rvu_id_table[] = {
        { 0, }  /* end of table */
 };
 
-MODULE_AUTHOR("Marvell International Ltd.");
+MODULE_AUTHOR("Sunil Goutham <sgoutham@marvell.com>");
 MODULE_DESCRIPTION(DRV_STRING);
 MODULE_LICENSE("GPL v2");
-MODULE_VERSION(DRV_VERSION);
 MODULE_DEVICE_TABLE(pci, rvu_id_table);
 
 static char *mkex_profile; /* MKEX profile name */
index d4918199357f4ecfb985757f2c86a54478ee97d0..4a727387f1af34b91f440ee00aef38a4e4509eab 100644 (file)
@@ -24,7 +24,6 @@
 
 #define DRV_NAME       "octeontx2-nicpf"
 #define DRV_STRING     "Marvell OcteonTX2 NIC Physical Function Driver"
-#define DRV_VERSION    "1.0"
 
 /* Supported devices */
 static const struct pci_device_id otx2_pf_id_table[] = {
@@ -32,10 +31,9 @@ static const struct pci_device_id otx2_pf_id_table[] = {
        { 0, }  /* end of table */
 };
 
-MODULE_AUTHOR("Marvell International Ltd.");
+MODULE_AUTHOR("Sunil Goutham <sgoutham@marvell.com>");
 MODULE_DESCRIPTION(DRV_STRING);
 MODULE_LICENSE("GPL v2");
-MODULE_VERSION(DRV_VERSION);
 MODULE_DEVICE_TABLE(pci, otx2_pf_id_table);
 
 enum {