mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
[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:
parent
5658374766
commit
bdad1f836a
12 changed files with 13 additions and 13 deletions
|
@ -497,7 +497,7 @@ static struct parisc_device_id mux_tbl[] = {
|
|||
MODULE_DEVICE_TABLE(parisc, mux_tbl);
|
||||
|
||||
static struct parisc_driver serial_mux_driver = {
|
||||
.name = "Serial MUX",
|
||||
.name = "serial_mux",
|
||||
.id_table = mux_tbl,
|
||||
.probe = mux_probe,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue