diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:54 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:54 +0200 |
commit | 6355721ca99ba9bed213aaae892e70c54f41cb57 (patch) | |
tree | 75a404e1b4c48694c0a621002446eec9fe8be06d /drivers/video/fbdev/omap/lcd_htcherald.c | |
parent | dcb7b311646f0b95c8a950a0be842fe5e195b904 (diff) | |
download | lwn-6355721ca99ba9bed213aaae892e70c54f41cb57.tar.gz lwn-6355721ca99ba9bed213aaae892e70c54f41cb57.zip |
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.c | 1 |
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, }, }; |