diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:52 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:52 +0200 |
commit | e7ddb0fe0f650b866a26a0ff216a1b5f3ad58f6d (patch) | |
tree | 162604b3c3bb93bc979f3ae9ffb1327ab5499b8c /drivers/video | |
parent | 6a732becfd2fe1525718de8eb5c17314265a15f2 (diff) | |
download | op-kernel-dev-e7ddb0fe0f650b866a26a0ff216a1b5f3ad58f6d.zip op-kernel-dev-e7ddb0fe0f650b866a26a0ff216a1b5f3ad58f6d.tar.gz |
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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/fbdev/exynos/exynos_mipi_dsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/exynos/exynos_mipi_dsi.c b/drivers/video/fbdev/exynos/exynos_mipi_dsi.c index cee9602..cc702df 100644 --- a/drivers/video/fbdev/exynos/exynos_mipi_dsi.c +++ b/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, }, }; |