Commit 76dab936 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

staging: imx-drm: 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 c85d13ed
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -691,7 +691,6 @@ static struct platform_driver imx_drm_pdrv = {
	.probe		= imx_drm_platform_probe,
	.remove		= imx_drm_platform_remove,
	.driver		= {
		.owner	= THIS_MODULE,
		.name	= "imx-drm",
		.pm	= &imx_drm_pm_ops,
		.of_match_table = imx_drm_dt_ids,
+0 −1
Original line number Diff line number Diff line
@@ -1754,7 +1754,6 @@ static struct platform_driver imx_hdmi_driver = {
	.remove = imx_hdmi_platform_remove,
	.driver = {
		.name = "imx-hdmi",
		.owner = THIS_MODULE,
		.of_match_table = imx_hdmi_dt_ids,
	},
};
+0 −1
Original line number Diff line number Diff line
@@ -604,7 +604,6 @@ static struct platform_driver imx_ldb_driver = {
	.driver		= {
		.of_match_table = imx_ldb_dt_ids,
		.name	= DRIVER_NAME,
		.owner	= THIS_MODULE,
	},
};

+0 −1
Original line number Diff line number Diff line
@@ -724,7 +724,6 @@ static struct platform_driver imx_tve_driver = {
	.driver		= {
		.of_match_table = imx_tve_dt_ids,
		.name	= "imx-tve",
		.owner	= THIS_MODULE,
	},
};

+0 −1
Original line number Diff line number Diff line
@@ -284,7 +284,6 @@ static struct platform_driver imx_pd_driver = {
	.driver		= {
		.of_match_table = imx_pd_dt_ids,
		.name	= "imx-parallel-display",
		.owner	= THIS_MODULE,
	},
};