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/parisc/dino.c | |
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/parisc/dino.c')
-rw-r--r-- | drivers/parisc/dino.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index 2f2dbef2c3b7..8c61705e67a5 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c | |||
@@ -1027,9 +1027,9 @@ static struct parisc_device_id dino_tbl[] = { | |||
1027 | }; | 1027 | }; |
1028 | 1028 | ||
1029 | static struct parisc_driver dino_driver = { | 1029 | static struct parisc_driver dino_driver = { |
1030 | .name = "Dino", | 1030 | .name = "dino", |
1031 | .id_table = dino_tbl, | 1031 | .id_table = dino_tbl, |
1032 | .probe = dino_driver_callback, | 1032 | .probe = dino_probe, |
1033 | }; | 1033 | }; |
1034 | 1034 | ||
1035 | /* | 1035 | /* |