X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fvt_kern.h;h=2f1113467f707b5b9e03a3d6243eb2beda5f1abc;hb=feeedc6c820e1026453ad865076cee435f24d30a;hp=1cbd0a7db4e6b73c72084c346451573b0ea2e1a8;hpb=f7edd5fbde8af44fa06218f56e0f648fc7a527c8;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 1cbd0a7db4e..2f1113467f7 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -96,7 +96,7 @@ void change_console(struct vc_data *new_vc); void reset_vc(struct vc_data *vc); extern int unbind_con_driver(const struct consw *csw, int first, int last, int deflt); -int vty_init(void); +int vty_init(const struct file_operations *console_fops); /* * vc_screen.c shares this temporary buffer with the console write code so that