mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 23:26:39 +07:00
video: fbdev: omap2: omapfb: 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:
parent
f1782b478b
commit
3dd15a1248
@ -2639,7 +2639,6 @@ static struct platform_driver omapfb_driver = {
|
||||
.remove = __exit_p(omapfb_remove),
|
||||
.driver = {
|
||||
.name = "omapfb",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user