diff options
Diffstat (limited to 'drivers/video/stifb.c')
-rw-r--r-- | drivers/video/stifb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/stifb.c b/drivers/video/stifb.c index 9e52794768e6..fbb17332afd7 100644 --- a/drivers/video/stifb.c +++ b/drivers/video/stifb.c | |||
@@ -1147,7 +1147,6 @@ static struct fb_ops stifb_ops = { | |||
1147 | .fb_fillrect = cfb_fillrect, | 1147 | .fb_fillrect = cfb_fillrect, |
1148 | .fb_copyarea = cfb_copyarea, | 1148 | .fb_copyarea = cfb_copyarea, |
1149 | .fb_imageblit = cfb_imageblit, | 1149 | .fb_imageblit = cfb_imageblit, |
1150 | .fb_cursor = soft_cursor, | ||
1151 | }; | 1150 | }; |
1152 | 1151 | ||
1153 | 1152 | ||