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:
@@ -259,7 +259,6 @@ static struct platform_driver mdio_gpio_driver = {
|
||||
.remove = mdio_gpio_remove,
|
||||
.driver = {
|
||||
.name = "mdio-gpio",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mdio_gpio_of_match,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user