summaryrefslogtreecommitdiffstats
path: root/drivers/video/dn_cfb8.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/dn_cfb8.c')
-rw-r--r--drivers/video/dn_cfb8.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/video/dn_cfb8.c b/drivers/video/dn_cfb8.c
index a0b4cdb67..5452f1534 100644
--- a/drivers/video/dn_cfb8.c
+++ b/drivers/video/dn_cfb8.c
@@ -577,6 +577,11 @@ static void rev_char_apollofb(struct display *p, int xx, int yy)
}
static struct display_switch dispsw_apollofb = {
- fbcon_mfb_setup, bmove_apollofb, clear_apollofb,
- putc_apollofb, putcs_apollofb, rev_char_apollofb
+ setup: fbcon_mfb_setup,
+ bmove: bmove_apollofb,
+ clear: clear_apollofb,
+ putc: putc_apollofb,
+ putcs: putcs_apollofb,
+ revc: rev_char_apollofb,
+ fontwidthmask: FONTWIDTH(8)
};