Commit 00236cb2 authored by James Simmons's avatar James Simmons

[FBCON] More struct display cleanup. Also killed off static buffer for accel_putcs.

parent abcb4222
This diff is collapsed.
......@@ -30,7 +30,6 @@ struct display {
struct display_switch *dispsw; /* low level operations */
/* Filled in by the low-level console driver */
struct vc_data *conp; /* pointer to console data */
struct fb_info *fb_info; /* frame buffer for this console */
int vrows; /* number of virtual rows */
unsigned short cursor_x; /* current cursor position */
......
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