aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_drv.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:34 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:34 +0200
commit8749393d361fa003a6b09152972043f6d6cd2b74 (patch)
tree52523e6e5d9919c837372d529754287e2a39a6a4 /drivers/gpu/drm/rcar-du/rcar_du_drv.c
parentgpu: drm: panel: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-8749393d361fa003a6b09152972043f6d6cd2b74.tar.xz
linux-dev-8749393d361fa003a6b09152972043f6d6cd2b74.zip
gpu: drm: rcar-du: 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 '')
-rw-r--r--drivers/gpu/drm/rcar-du/rcar_du_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
index d212efa6a495..e419aade2209 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
@@ -330,7 +330,6 @@ static struct platform_driver rcar_du_platform_driver = {
.probe = rcar_du_probe,
.remove = rcar_du_remove,
.driver = {
- .owner = THIS_MODULE,
.name = "rcar-du",
.pm = &rcar_du_pm_ops,
.of_match_table = rcar_du_of_table,