diff options
-rw-r--r-- | drivers/net/sc92031.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/sc92031.c b/drivers/net/sc92031.c index 619d79813e7f..d24acdcdb157 100644 --- a/drivers/net/sc92031.c +++ b/drivers/net/sc92031.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #define PCI_DEVICE_ID_SILAN_8139D 0x8139 | 36 | #define PCI_DEVICE_ID_SILAN_8139D 0x8139 |
37 | 37 | ||
38 | #define SC92031_NAME "sc92031" | 38 | #define SC92031_NAME "sc92031" |
39 | #define SC92031_DESCRIPTION "Silan SC92031 PCI Fast Ethernet Adapter driver" | ||
40 | 39 | ||
41 | /* BAR 0 is MMIO, BAR 1 is PIO */ | 40 | /* BAR 0 is MMIO, BAR 1 is PIO */ |
42 | #ifndef SC92031_USE_BAR | 41 | #ifndef SC92031_USE_BAR |
@@ -1623,4 +1622,4 @@ module_exit(sc92031_exit); | |||
1623 | 1622 | ||
1624 | MODULE_LICENSE("GPL"); | 1623 | MODULE_LICENSE("GPL"); |
1625 | MODULE_AUTHOR("Cesar Eduardo Barros <cesarb@cesarb.net>"); | 1624 | MODULE_AUTHOR("Cesar Eduardo Barros <cesarb@cesarb.net>"); |
1626 | MODULE_DESCRIPTION(SC92031_DESCRIPTION); | 1625 | MODULE_DESCRIPTION("Silan SC92031 PCI Fast Ethernet Adapter driver"); |