mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
net: Fix driver name for mdio-gpio.c
Since commit
"7488876... dt/net: Eliminate users of of_platform_{,un}register_driver"
there are two platform drivers named "mdio-gpio" registered.
I renamed the of variant to "mdio-ofgpio".
Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d2237d3574
commit
f42af6c486
|
|
@ -241,7 +241,7 @@ MODULE_DEVICE_TABLE(of, mdio_ofgpio_match);
|
|||
|
||||
static struct platform_driver mdio_ofgpio_driver = {
|
||||
.driver = {
|
||||
.name = "mdio-gpio",
|
||||
.name = "mdio-ofgpio",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mdio_ofgpio_match,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user