diff options
Diffstat (limited to 'drivers/video/s3c2410fb.c')
-rw-r--r-- | drivers/video/s3c2410fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/s3c2410fb.c b/drivers/video/s3c2410fb.c index 3cef90456a4b..855a6778b9eb 100644 --- a/drivers/video/s3c2410fb.c +++ b/drivers/video/s3c2410fb.c | |||
@@ -495,7 +495,6 @@ static struct fb_ops s3c2410fb_ops = { | |||
495 | .fb_fillrect = cfb_fillrect, | 495 | .fb_fillrect = cfb_fillrect, |
496 | .fb_copyarea = cfb_copyarea, | 496 | .fb_copyarea = cfb_copyarea, |
497 | .fb_imageblit = cfb_imageblit, | 497 | .fb_imageblit = cfb_imageblit, |
498 | .fb_cursor = soft_cursor, | ||
499 | }; | 498 | }; |
500 | 499 | ||
501 | 500 | ||
@@ -885,6 +884,7 @@ static int s3c2410fb_resume(struct device *dev) | |||
885 | 884 | ||
886 | static struct device_driver s3c2410fb_driver = { | 885 | static struct device_driver s3c2410fb_driver = { |
887 | .name = "s3c2410-lcd", | 886 | .name = "s3c2410-lcd", |
887 | .owner = THIS_MODULE, | ||
888 | .bus = &platform_bus_type, | 888 | .bus = &platform_bus_type, |
889 | .probe = s3c2410fb_probe, | 889 | .probe = s3c2410fb_probe, |
890 | .suspend = s3c2410fb_suspend, | 890 | .suspend = s3c2410fb_suspend, |