Browse Source

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>
Wolfram Sang 11 năm trước cách đây
mục cha
commit
e7ddb0fe0f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/video/fbdev/exynos/exynos_mipi_dsi.c

+ 0 - 1
drivers/video/fbdev/exynos/exynos_mipi_dsi.c

@@ -562,7 +562,6 @@ static struct platform_driver exynos_mipi_dsi_driver = {
 	.remove = exynos_mipi_dsi_remove,
 	.driver = {
 		   .name = "exynos-mipi-dsim",
-		   .owner = THIS_MODULE,
 		   .pm = &exynos_mipi_dsi_pm_ops,
 	},
 };