diff options
author | Matthew Wilcox <willy@parisc-linux.org> | 2005-10-21 22:36:23 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@parisc-linux.org> | 2005-10-21 22:36:23 -0400 |
commit | bdad1f836ab1ca2b18a625222f63f630cfd14e41 (patch) | |
tree | b52b796d4f93b56b8cf23b23219c7083e363c96b /drivers/net | |
parent | 5658374766d9e0249bd04e9d62bdb8456b916b64 (diff) |
[PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks better
Make /sys/bus/parisc/drivers look better by cleaning up parisc_driver
names.
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/lasi_82596.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/lasi_82596.c b/drivers/net/lasi_82596.c index 41bad07ac1ac..180e526a2049 100644 --- a/drivers/net/lasi_82596.c +++ b/drivers/net/lasi_82596.c | |||
@@ -1566,7 +1566,7 @@ static struct parisc_device_id lan_tbl[] = { | |||
1566 | MODULE_DEVICE_TABLE(parisc, lan_tbl); | 1566 | MODULE_DEVICE_TABLE(parisc, lan_tbl); |
1567 | 1567 | ||
1568 | static struct parisc_driver lan_driver = { | 1568 | static struct parisc_driver lan_driver = { |
1569 | .name = "Apricot", | 1569 | .name = "lasi_82596", |
1570 | .id_table = lan_tbl, | 1570 | .id_table = lan_tbl, |
1571 | .probe = lan_init_chip, | 1571 | .probe = lan_init_chip, |
1572 | }; | 1572 | }; |