diff options
Diffstat (limited to 'drivers/video/imsttfb.c')
-rw-r--r-- | drivers/video/imsttfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/imsttfb.c b/drivers/video/imsttfb.c index 7b9bf45ab6fe..7fbe24206b19 100644 --- a/drivers/video/imsttfb.c +++ b/drivers/video/imsttfb.c | |||
@@ -1344,7 +1344,6 @@ static struct fb_ops imsttfb_ops = { | |||
1344 | .fb_fillrect = imsttfb_fillrect, | 1344 | .fb_fillrect = imsttfb_fillrect, |
1345 | .fb_copyarea = imsttfb_copyarea, | 1345 | .fb_copyarea = imsttfb_copyarea, |
1346 | .fb_imageblit = cfb_imageblit, | 1346 | .fb_imageblit = cfb_imageblit, |
1347 | .fb_cursor = soft_cursor, | ||
1348 | .fb_ioctl = imsttfb_ioctl, | 1347 | .fb_ioctl = imsttfb_ioctl, |
1349 | }; | 1348 | }; |
1350 | 1349 | ||