summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 18:21:52 +0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 18:21:52 +0400
commite7ddb0fe0f650b866a26a0ff216a1b5f3ad58f6d (patch)
tree162604b3c3bb93bc979f3ae9ffb1327ab5499b8c
parent6a732becfd2fe1525718de8eb5c17314265a15f2 (diff)
downloadlinux-e7ddb0fe0f650b866a26a0ff216a1b5f3ad58f6d.tar.xz
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>
-rw-r--r--drivers/video/fbdev/exynos/exynos_mipi_dsi.c1
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 cee9602f9a7b..cc702df8605a 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,
},
};