[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
+1 -1
View File
@@ -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,
};
+1 -1
View File
@@ -1251,7 +1251,7 @@ static struct parisc_device_id ccio_tbl[] = {
static int ccio_probe(struct parisc_device *dev);
static struct parisc_driver ccio_driver = {
.name = "U2:Uturn",
.name = "ccio",
.id_table = ccio_tbl,
.probe = ccio_probe,
};
+2 -2
View File
@@ -1027,9 +1027,9 @@ static struct parisc_device_id dino_tbl[] = {
};
static struct parisc_driver dino_driver = {
.name = "Dino",
.name = "dino",
.id_table = dino_tbl,
.probe = dino_driver_callback,
.probe = dino_probe,
};
/*
+1 -1
View File
@@ -397,7 +397,7 @@ static struct parisc_device_id eisa_tbl[] = {
MODULE_DEVICE_TABLE(parisc, eisa_tbl);
static struct parisc_driver eisa_driver = {
.name = "EISA Bus Adapter",
.name = "eisa_ba",
.id_table = eisa_tbl,
.probe = eisa_probe,
};
+1 -1
View File
@@ -93,7 +93,7 @@ static struct parisc_device_id hppb_tbl[] = {
};
static struct parisc_driver hppb_driver = {
.name = "Gecko Boa",
.name = "gecko_boa",
.id_table = hppb_tbl,
.probe = hppb_probe,
};
+1 -1
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,
};