diff options
Diffstat (limited to 'drivers/video/sgivwfb.c')
-rw-r--r-- | drivers/video/sgivwfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/sgivwfb.c b/drivers/video/sgivwfb.c index 5ce81f44c769..2e8769dd345a 100644 --- a/drivers/video/sgivwfb.c +++ b/drivers/video/sgivwfb.c | |||
@@ -126,7 +126,6 @@ static struct fb_ops sgivwfb_ops = { | |||
126 | .fb_fillrect = cfb_fillrect, | 126 | .fb_fillrect = cfb_fillrect, |
127 | .fb_copyarea = cfb_copyarea, | 127 | .fb_copyarea = cfb_copyarea, |
128 | .fb_imageblit = cfb_imageblit, | 128 | .fb_imageblit = cfb_imageblit, |
129 | .fb_cursor = soft_cursor, | ||
130 | .fb_mmap = sgivwfb_mmap, | 129 | .fb_mmap = sgivwfb_mmap, |
131 | }; | 130 | }; |
132 | 131 | ||