[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:
committed by
Kyle McMartin
parent
5658374766
commit
bdad1f836a
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user