Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdad1f83 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Kyle McMartin
Browse files

[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: default avatarMatthew Wilcox <willy@parisc-linux.org>

Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 56583747
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ static struct parisc_device_id hil_tbl[] = {
MODULE_DEVICE_TABLE(parisc, hil_tbl);

static struct parisc_driver hil_driver = {
	.name =		"HIL",
	.name =		"hil",
	.id_table =	hil_tbl,
	.probe =	hil_init_chip,
};
+1 −1
Original line number Diff line number Diff line
@@ -444,7 +444,7 @@ static struct parisc_device_id gscps2_device_tbl[] = {
};

static struct parisc_driver parisc_ps2_driver = {
	.name		= "GSC PS2",
	.name		= "gsc_ps2",
	.id_table	= gscps2_device_tbl,
	.probe		= gscps2_probe,
	.remove		= gscps2_remove,
+1 −1
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ MODULE_DEVICE_TABLE(parisc, hp_sdc_tbl);
static int __init hp_sdc_init_hppa(struct parisc_device *d);

static struct parisc_driver hp_sdc_driver = {
	.name =		"HP SDC",
	.name =		"hp_sdc",
	.id_table =	hp_sdc_tbl,
	.probe =	hp_sdc_init_hppa,
};
+1 −1
Original line number Diff line number Diff line
@@ -1566,7 +1566,7 @@ static struct parisc_device_id lan_tbl[] = {
MODULE_DEVICE_TABLE(parisc, lan_tbl);

static struct parisc_driver lan_driver = {
	.name		= "Apricot",
	.name		= "lasi_82596",
	.id_table	= lan_tbl,
	.probe		= lan_init_chip,
};
+1 −1
Original line number Diff line number Diff line
@@ -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,
};
Loading