usb: 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:
@@ -491,7 +491,6 @@ static struct platform_driver mxs_phy_driver = {
|
||||
.remove = mxs_phy_remove,
|
||||
.driver = {
|
||||
.name = DRIVER_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mxs_phy_dt_ids,
|
||||
.pm = &mxs_phy_pm,
|
||||
},
|
||||
|
Reference in New Issue
Block a user