ata: 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>
Šī revīzija ir iekļauta:
@@ -4280,7 +4280,6 @@ static struct platform_driver mv_platform_driver = {
|
||||
.resume = mv_platform_resume,
|
||||
.driver = {
|
||||
.name = DRV_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(mv_sata_dt_ids),
|
||||
},
|
||||
};
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user