diff options
author | Cesar Eduardo Barros <cesarb@cesarb.net> | 2009-01-14 23:33:27 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-21 17:03:38 -0500 |
commit | 3230d2b00e6dacffabe3fd013f033606bcf08795 (patch) | |
tree | 6d6806fbb977994b65e2dfdae51bb11520a2c781 /drivers/net/sc92031.c | |
parent | eb5c8bc1442a03755ae75d99b59ccea6bbf25a34 (diff) |
sc92031: remove meaningless version string
The version string makes no sense anymore, since this driver is only
maintained within the kernel.
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sc92031.c')
-rw-r--r-- | drivers/net/sc92031.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/sc92031.c b/drivers/net/sc92031.c index 12ce341061a6..619d79813e7f 100644 --- a/drivers/net/sc92031.c +++ b/drivers/net/sc92031.c | |||
@@ -37,7 +37,6 @@ | |||
37 | 37 | ||
38 | #define SC92031_NAME "sc92031" | 38 | #define SC92031_NAME "sc92031" |
39 | #define SC92031_DESCRIPTION "Silan SC92031 PCI Fast Ethernet Adapter driver" | 39 | #define SC92031_DESCRIPTION "Silan SC92031 PCI Fast Ethernet Adapter driver" |
40 | #define SC92031_VERSION "2.0c" | ||
41 | 40 | ||
42 | /* BAR 0 is MMIO, BAR 1 is PIO */ | 41 | /* BAR 0 is MMIO, BAR 1 is PIO */ |
43 | #ifndef SC92031_USE_BAR | 42 | #ifndef SC92031_USE_BAR |
@@ -1264,7 +1263,6 @@ static void sc92031_ethtool_get_drvinfo(struct net_device *dev, | |||
1264 | struct pci_dev *pdev = priv->pdev; | 1263 | struct pci_dev *pdev = priv->pdev; |
1265 | 1264 | ||
1266 | strcpy(drvinfo->driver, SC92031_NAME); | 1265 | strcpy(drvinfo->driver, SC92031_NAME); |
1267 | strcpy(drvinfo->version, SC92031_VERSION); | ||
1268 | strcpy(drvinfo->bus_info, pci_name(pdev)); | 1266 | strcpy(drvinfo->bus_info, pci_name(pdev)); |
1269 | } | 1267 | } |
1270 | 1268 | ||
@@ -1626,4 +1624,3 @@ module_exit(sc92031_exit); | |||
1626 | MODULE_LICENSE("GPL"); | 1624 | MODULE_LICENSE("GPL"); |
1627 | MODULE_AUTHOR("Cesar Eduardo Barros <cesarb@cesarb.net>"); | 1625 | MODULE_AUTHOR("Cesar Eduardo Barros <cesarb@cesarb.net>"); |
1628 | MODULE_DESCRIPTION(SC92031_DESCRIPTION); | 1626 | MODULE_DESCRIPTION(SC92031_DESCRIPTION); |
1629 | MODULE_VERSION(SC92031_VERSION); | ||