提交 e7ddb0fe 编写于 作者: W Wolfram Sang

video: fbdev: exynos: 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: NWolfram Sang <wsa@the-dreams.de>
上级 6a732bec
...@@ -562,7 +562,6 @@ static struct platform_driver exynos_mipi_dsi_driver = { ...@@ -562,7 +562,6 @@ static struct platform_driver exynos_mipi_dsi_driver = {
.remove = exynos_mipi_dsi_remove, .remove = exynos_mipi_dsi_remove,
.driver = { .driver = {
.name = "exynos-mipi-dsim", .name = "exynos-mipi-dsim",
.owner = THIS_MODULE,
.pm = &exynos_mipi_dsi_pm_ops, .pm = &exynos_mipi_dsi_pm_ops,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册