aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/mmp
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:53 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:53 +0200
commitdcb7b311646f0b95c8a950a0be842fe5e195b904 (patch)
tree6254e83b3c6e72f96ea176576e53a572d783da69 /drivers/video/fbdev/mmp
parentvideo: fbdev: mmp: fb: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-dcb7b311646f0b95c8a950a0be842fe5e195b904.tar.xz
linux-dev-dcb7b311646f0b95c8a950a0be842fe5e195b904.zip
video: fbdev: mmp: hw: 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/fbdev/mmp')
-rw-r--r--drivers/video/fbdev/mmp/hw/mmp_ctrl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/mmp/hw/mmp_ctrl.c b/drivers/video/fbdev/mmp/hw/mmp_ctrl.c
index 8621a9f2bdcc..117383634de9 100644
--- a/drivers/video/fbdev/mmp/hw/mmp_ctrl.c
+++ b/drivers/video/fbdev/mmp/hw/mmp_ctrl.c
@@ -572,7 +572,6 @@ failed:
static struct platform_driver mmphw_driver = {
.driver = {
.name = "mmp-disp",
- .owner = THIS_MODULE,
},
.probe = mmphw_probe,
};