diff options
-rw-r--r-- | drivers/video/mx3fb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/mx3fb.c b/drivers/video/mx3fb.c index c89f8a8d36d2..c63ddb11e050 100644 --- a/drivers/video/mx3fb.c +++ b/drivers/video/mx3fb.c | |||
@@ -1568,7 +1568,8 @@ static int mx3fb_remove(struct platform_device *dev) | |||
1568 | 1568 | ||
1569 | static struct platform_driver mx3fb_driver = { | 1569 | static struct platform_driver mx3fb_driver = { |
1570 | .driver = { | 1570 | .driver = { |
1571 | .name = MX3FB_NAME, | 1571 | .name = MX3FB_NAME, |
1572 | .owner = THIS_MODULE, | ||
1572 | }, | 1573 | }, |
1573 | .probe = mx3fb_probe, | 1574 | .probe = mx3fb_probe, |
1574 | .remove = mx3fb_remove, | 1575 | .remove = mx3fb_remove, |