[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>
This commit is contained in:
Matthew Wilcox
2005-10-21 22:36:23 -04:00
committed by Kyle McMartin
parent 5658374766
commit bdad1f836a
12 changed files with 13 additions and 13 deletions

View File

@@ -233,7 +233,7 @@ static struct parisc_device_id lasi_tbl[] = {
};
struct parisc_driver lasi_driver = {
.name = "Lasi",
.name = "lasi",
.id_table = lasi_tbl,
.probe = lasi_init_chip,
};