X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fvideo%2Fconsole%2Fdummycon.c;h=3ac5d5842e726a4f289e253b473c605417454eb6;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=cbe3386818f4e3d9566cba01d85c2c603f67b26c;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/drivers/video/console/dummycon.c b/drivers/video/console/dummycon.c index cbe338681..3ac5d5842 100644 --- a/drivers/video/console/dummycon.c +++ b/drivers/video/console/dummycon.c @@ -71,7 +71,10 @@ const struct consw dummy_con = { .con_bmove = DUMMY, .con_switch = DUMMY, .con_blank = DUMMY, - .con_font_op = DUMMY, + .con_font_set = DUMMY, + .con_font_get = DUMMY, + .con_font_default = DUMMY, + .con_font_copy = DUMMY, .con_set_palette = DUMMY, .con_scrolldelta = DUMMY, };