net: phy: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
@@ -156,7 +156,6 @@ MODULE_DEVICE_TABLE(of, mdio_mux_mmioreg_match);
|
||||
static struct platform_driver mdio_mux_mmioreg_driver = {
|
||||
.driver = {
|
||||
.name = "mdio-mux-mmioreg",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mdio_mux_mmioreg_match,
|
||||
},
|
||||
.probe = mdio_mux_mmioreg_probe,
|
||||
|
Reference in New Issue
Block a user