aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/vesafb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/vesafb.c')
-rw-r--r--drivers/video/vesafb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
index 3cc23106641d..4f02615225ac 100644
--- a/drivers/video/vesafb.c
+++ b/drivers/video/vesafb.c
@@ -215,7 +215,6 @@ static struct fb_ops vesafb_ops = {
215 .fb_fillrect = cfb_fillrect, 215 .fb_fillrect = cfb_fillrect,
216 .fb_copyarea = cfb_copyarea, 216 .fb_copyarea = cfb_copyarea,
217 .fb_imageblit = cfb_imageblit, 217 .fb_imageblit = cfb_imageblit,
218 .fb_cursor = soft_cursor,
219}; 218};
220 219
221static int __init vesafb_setup(char *options) 220static int __init vesafb_setup(char *options)