diff options
Diffstat (limited to 'drivers/video/vfb.c')
-rw-r--r-- | drivers/video/vfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/vfb.c b/drivers/video/vfb.c index 92d46555dd86..8794dc5d2466 100644 --- a/drivers/video/vfb.c +++ b/drivers/video/vfb.c | |||
@@ -92,7 +92,6 @@ static struct fb_ops vfb_ops = { | |||
92 | .fb_fillrect = cfb_fillrect, | 92 | .fb_fillrect = cfb_fillrect, |
93 | .fb_copyarea = cfb_copyarea, | 93 | .fb_copyarea = cfb_copyarea, |
94 | .fb_imageblit = cfb_imageblit, | 94 | .fb_imageblit = cfb_imageblit, |
95 | .fb_cursor = soft_cursor, | ||
96 | .fb_mmap = vfb_mmap, | 95 | .fb_mmap = vfb_mmap, |
97 | }; | 96 | }; |
98 | 97 | ||