projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb5c8bc
)
sc92031: remove meaningless version string
author
Cesar Eduardo Barros
<
[email protected]
>
Thu, 15 Jan 2009 04:33:27 +0000
(20:33 -0800)
committer
David S. Miller
<
[email protected]
>
Wed, 21 Jan 2009 22:03:38 +0000
(14:03 -0800)
The version string makes no sense anymore, since this driver is only
maintained within the kernel.
Signed-off-by: Cesar Eduardo Barros <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/sc92031.c
patch
|
blob
|
history
diff --git
a/drivers/net/sc92031.c
b/drivers/net/sc92031.c
index 12ce341061a61313a005aaefdb7b99d83e4826cd..619d79813e7fb60a2ff2c6525e2e71c3f84a53b2 100644
(file)
--- a/
drivers/net/sc92031.c
+++ b/
drivers/net/sc92031.c
@@
-37,7
+37,6
@@
#define SC92031_NAME "sc92031"
#define SC92031_DESCRIPTION "Silan SC92031 PCI Fast Ethernet Adapter driver"
-#define SC92031_VERSION "2.0c"
/* BAR 0 is MMIO, BAR 1 is PIO */
#ifndef SC92031_USE_BAR
@@
-1264,7
+1263,6
@@
static void sc92031_ethtool_get_drvinfo(struct net_device *dev,
struct pci_dev *pdev = priv->pdev;
strcpy(drvinfo->driver, SC92031_NAME);
- strcpy(drvinfo->version, SC92031_VERSION);
strcpy(drvinfo->bus_info, pci_name(pdev));
}
@@
-1626,4
+1624,3
@@
module_exit(sc92031_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Cesar Eduardo Barros <
[email protected]
>");
MODULE_DESCRIPTION(SC92031_DESCRIPTION);
-MODULE_VERSION(SC92031_VERSION);