mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
6a732becfd
commit
e7ddb0fe0f
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue