video: fbdev: exynos: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:52 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:52 +0000 (16:21 +0200)
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>
drivers/video/fbdev/exynos/exynos_mipi_dsi.c

index cee9602..cc702df 100644 (file)
@@ -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,
        },
 };