diff options
| author | Matthew Wilcox <[email protected]> | 2005-10-22 02:36:23 +0000 |
|---|---|---|
| committer | Kyle McMartin <[email protected]> | 2005-10-22 02:36:23 +0000 |
| commit | bdad1f836ab1ca2b18a625222f63f630cfd14e41 (patch) | |
| tree | b52b796d4f93b56b8cf23b23219c7083e363c96b /drivers/parisc/asp.c | |
| parent | [PARISC] Convert parisc_device tree to use struct device klists (diff) | |
| download | kernel-bdad1f836ab1ca2b18a625222f63f630cfd14e41.tar.gz kernel-bdad1f836ab1ca2b18a625222f63f630cfd14e41.zip | |
[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 <[email protected]>
Signed-off-by: Kyle McMartin <[email protected]>
Diffstat (limited to 'drivers/parisc/asp.c')
| -rw-r--r-- | drivers/parisc/asp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/asp.c b/drivers/parisc/asp.c index 388609967133..52f37b424318 100644 --- a/drivers/parisc/asp.c +++ b/drivers/parisc/asp.c @@ -126,7 +126,7 @@ static struct parisc_device_id asp_tbl[] = { }; struct parisc_driver asp_driver = { - .name = "Asp", + .name = "asp", .id_table = asp_tbl, .probe = asp_init_chip, }; |
