Skip to content

Commit d6e733f

Browse files
krzkdaeinki
authored andcommitted
drm/exynos: hdmi: drop driver owner initialization
Core in platform_driver_register() already sets the .owner, so driver does not need to. Whatever is set here will be anyway overwritten by main driver calling platform_driver_register(). Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Inki Dae <[email protected]>
1 parent c3147c0 commit d6e733f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/exynos/exynos_hdmi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,6 @@ struct platform_driver hdmi_driver = {
21262126
.remove_new = hdmi_remove,
21272127
.driver = {
21282128
.name = "exynos-hdmi",
2129-
.owner = THIS_MODULE,
21302129
.pm = &exynos_hdmi_pm_ops,
21312130
.of_match_table = hdmi_match_types,
21322131
},

0 commit comments

Comments
 (0)