X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fvt_kern.h;h=9a559f9108202d5722aa7853a42ee936049c0d76;hb=40b5a8819a087d0a4ad418754432e71c49f98ae2;hp=383a93cbbeeb1a6d9a37fd505af4db5ff5d611b6;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 383a93cbb..9a559f910 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -50,10 +50,6 @@ void do_unblank_screen(int leaving_gfx); void unblank_screen(void); void poke_blanked_console(void); int con_font_op(int currcons, struct console_font_op *op); -int con_font_set(int currcons, struct console_font_op *op); -int con_font_get(int currcons, struct console_font_op *op); -int con_font_default(int currcons, struct console_font_op *op); -int con_font_copy(int currcons, struct console_font_op *op); int con_set_cmap(unsigned char __user *cmap); int con_get_cmap(unsigned char __user *cmap); void scrollback(int);