Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcb7b311 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

video: fbdev: mmp: hw: 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: default avatarWolfram Sang <wsa@the-dreams.de>
parent 204ec8d3
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -572,7 +572,6 @@ static int mmphw_probe(struct platform_device *pdev)
static struct platform_driver mmphw_driver = {
static struct platform_driver mmphw_driver = {
	.driver		= {
	.driver		= {
		.name	= "mmp-disp",
		.name	= "mmp-disp",
		.owner	= THIS_MODULE,
	},
	},
	.probe		= mmphw_probe,
	.probe		= mmphw_probe,
};
};