diff options
Diffstat (limited to 'drivers/video/fbdev/clps711xfb.c')
-rw-r--r-- | drivers/video/fbdev/clps711xfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/clps711xfb.c b/drivers/video/fbdev/clps711xfb.c index f00980607b8f..7693aea8fb23 100644 --- a/drivers/video/fbdev/clps711xfb.c +++ b/drivers/video/fbdev/clps711xfb.c | |||
@@ -303,7 +303,6 @@ static int clps711x_fb_remove(struct platform_device *pdev) | |||
303 | static struct platform_driver clps711x_fb_driver = { | 303 | static struct platform_driver clps711x_fb_driver = { |
304 | .driver = { | 304 | .driver = { |
305 | .name = "video-clps711x", | 305 | .name = "video-clps711x", |
306 | .owner = THIS_MODULE, | ||
307 | }, | 306 | }, |
308 | .probe = clps711x_fb_probe, | 307 | .probe = clps711x_fb_probe, |
309 | .remove = clps711x_fb_remove, | 308 | .remove = clps711x_fb_remove, |