diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:35 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:35 +0200 |
commit | 31bc02b1929307887b38b8b60902ba4d4686f1ed (patch) | |
tree | 7c01267d86a781bd17340ec77fa8571b8e2c856f /drivers/gpu/drm/sti/sti_compositor.c | |
parent | 1b53d63ab719f582a218f579be4d0a26309923a2 (diff) | |
download | blackbird-op-linux-31bc02b1929307887b38b8b60902ba4d4686f1ed.tar.gz blackbird-op-linux-31bc02b1929307887b38b8b60902ba4d4686f1ed.zip |
gpu: drm: sti: 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/gpu/drm/sti/sti_compositor.c')
-rw-r--r-- | drivers/gpu/drm/sti/sti_compositor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c index 390d93e9a06c..9e31dfe154ed 100644 --- a/drivers/gpu/drm/sti/sti_compositor.c +++ b/drivers/gpu/drm/sti/sti_compositor.c @@ -267,7 +267,6 @@ static int sti_compositor_remove(struct platform_device *pdev) static struct platform_driver sti_compositor_driver = { .driver = { .name = "sti-compositor", - .owner = THIS_MODULE, .of_match_table = compositor_of_match, }, .probe = sti_compositor_probe, |