This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / video / console / dummycon.c
index 3ac5d58..cbe3386 100644 (file)
@@ -71,10 +71,7 @@ const struct consw dummy_con = {
     .con_bmove =       DUMMY,
     .con_switch =      DUMMY,
     .con_blank =       DUMMY,
-    .con_font_set =    DUMMY,
-    .con_font_get =    DUMMY,
-    .con_font_default =        DUMMY,
-    .con_font_copy =   DUMMY,
+    .con_font_op =     DUMMY,
     .con_set_palette = DUMMY,
     .con_scrolldelta = DUMMY,
 };