Skip to content

Commit

Permalink
sc92031: inline SC92031_DESCRIPTION
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Cesar Eduardo Barros authored and David S. Miller committed Jan 21, 2009
1 parent 3230d2b commit f08d7c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/sc92031.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#define PCI_DEVICE_ID_SILAN_8139D 0x8139

#define SC92031_NAME "sc92031"
#define SC92031_DESCRIPTION "Silan SC92031 PCI Fast Ethernet Adapter driver"

/* BAR 0 is MMIO, BAR 1 is PIO */
#ifndef SC92031_USE_BAR
Expand Down Expand Up @@ -1623,4 +1622,4 @@ module_exit(sc92031_exit);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Cesar Eduardo Barros <cesarb@cesarb.net>");
MODULE_DESCRIPTION(SC92031_DESCRIPTION);
MODULE_DESCRIPTION("Silan SC92031 PCI Fast Ethernet Adapter driver");

0 comments on commit f08d7c3

Please sign in to comment.