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_h3.c | |
parent | dcb7b311646f0b95c8a950a0be842fe5e195b904 (diff) | |
download | talos-op-linux-6355721ca99ba9bed213aaae892e70c54f41cb57.tar.gz talos-op-linux-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_h3.c')
-rw-r--r-- | drivers/video/fbdev/omap/lcd_h3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/omap/lcd_h3.c b/drivers/video/fbdev/omap/lcd_h3.c index 49bdeca81e50..a0729d0200d0 100644 --- a/drivers/video/fbdev/omap/lcd_h3.c +++ b/drivers/video/fbdev/omap/lcd_h3.c @@ -120,7 +120,6 @@ static struct platform_driver h3_panel_driver = { .resume = h3_panel_resume, .driver = { .name = "lcd_h3", - .owner = THIS_MODULE, }, }; |