]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
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 cee9602f9a7b4ed0ca8071e1723137da7bf12d7e..cc702df8605a83e939309f55a7bac98bbfa6abcc 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,
        },
 };