summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbcon-hga.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbcon-hga.c')
-rw-r--r--drivers/video/fbcon-hga.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/drivers/video/fbcon-hga.c b/drivers/video/fbcon-hga.c
index 384e0a917..7d6767dee 100644
--- a/drivers/video/fbcon-hga.c
+++ b/drivers/video/fbcon-hga.c
@@ -213,9 +213,14 @@ void fbcon_hga_clear_margins(struct vc_data *conp, struct display *p,
*/
struct display_switch fbcon_hga = {
- fbcon_hga_setup, fbcon_hga_bmove, fbcon_hga_clear, fbcon_hga_putc,
- fbcon_hga_putcs, fbcon_hga_revc, NULL, NULL, fbcon_hga_clear_margins,
- FONTWIDTH(8)
+ setup: fbcon_hga_setup,
+ bmove: fbcon_hga_bmove,
+ clear: fbcon_hga_clear,
+ putc: fbcon_hga_putc,
+ putcs: fbcon_hga_putcs,
+ revc: fbcon_hga_revc,
+ clear_margins: fbcon_hga_clear_margins,
+ fontwidthmask: FONTWIDTH(8)
};