diff options
Diffstat (limited to 'drivers/video/valkyriefb.c')
-rw-r--r-- | drivers/video/valkyriefb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/valkyriefb.c b/drivers/video/valkyriefb.c index 31a2bbc53974..ce97ec8eae97 100644 --- a/drivers/video/valkyriefb.c +++ b/drivers/video/valkyriefb.c | |||
@@ -135,7 +135,6 @@ static struct fb_ops valkyriefb_ops = { | |||
135 | .fb_fillrect = cfb_fillrect, | 135 | .fb_fillrect = cfb_fillrect, |
136 | .fb_copyarea = cfb_copyarea, | 136 | .fb_copyarea = cfb_copyarea, |
137 | .fb_imageblit = cfb_imageblit, | 137 | .fb_imageblit = cfb_imageblit, |
138 | .fb_cursor = soft_cursor, | ||
139 | }; | 138 | }; |
140 | 139 | ||
141 | /* Sets the video mode according to info->var */ | 140 | /* Sets the video mode according to info->var */ |