summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/omap/lcd_htcherald.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:54 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:54 +0200
commit6355721ca99ba9bed213aaae892e70c54f41cb57 (patch)
tree75a404e1b4c48694c0a621002446eec9fe8be06d /drivers/video/fbdev/omap/lcd_htcherald.c
parentdcb7b311646f0b95c8a950a0be842fe5e195b904 (diff)
video: fbdev: omap: 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/omap/lcd_htcherald.c')
-rw-r--r--drivers/video/fbdev/omap/lcd_htcherald.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/omap/lcd_htcherald.c b/drivers/video/fbdev/omap/lcd_htcherald.c
index 20f477851d54..8b4dfa058258 100644
--- a/drivers/video/fbdev/omap/lcd_htcherald.c
+++ b/drivers/video/fbdev/omap/lcd_htcherald.c
@@ -111,7 +111,6 @@ static struct platform_driver htcherald_panel_driver = {
.resume = htcherald_panel_resume,
.driver = {
.name = "lcd_htcherald",
- .owner = THIS_MODULE,
},
};