Commit 6c56ca7b authored by Richard Henderson's avatar Richard Henderson

Cset exclude: rth@are.twiddle.net|ChangeSet|20021227230408|33498

parent d1f2446e
......@@ -1993,7 +1993,7 @@ static int fbcon_blank(struct vc_data *vc, int blank)
update_screen(vc->vc_num);
return 0;
} else
return info->fbops->fb_blank(blank, info);
return fb_blank(blank, info);
}
static void fbcon_free_font(struct display *p)
......
......@@ -449,6 +449,7 @@ struct fb_info {
extern int fb_set_var(struct fb_var_screeninfo *var, struct fb_info *info);
extern int fb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info);
extern int fb_blank(int blank, struct fb_info *info);
extern int soft_cursor(struct fb_info *info, struct fb_cursor *cursor);
extern void cfb_fillrect(struct fb_info *info, struct fb_fillrect *rect);
extern void cfb_copyarea(struct fb_info *info, struct fb_copyarea *area);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment