diff options
author | Cesar Eduardo Barros <cesarb@cesarb.net> | 2009-01-14 23:33:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-21 17:03:39 -0500 |
commit | f08d7c36ccde73ea098dfda8ab63540978e9beb5 (patch) | |
tree | 358bd0907bbf1c6ceb101e1766d4d5f1afca18f8 /drivers/net/sc92031.c | |
parent | 3230d2b00e6dacffabe3fd013f033606bcf08795 (diff) |
sc92031: inline SC92031_DESCRIPTION
SC92031_DESCRIPTION is only used in one place.
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, 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"); |