From: Adrian Bunk Add a proper prototype for vty_init() in include/linux/vt_kern.h Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- drivers/char/tty_io.c | 4 ---- include/linux/vt_kern.h | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff -puN drivers/char/tty_io.c~proper-prototype-for-vty_init drivers/char/tty_io.c --- a/drivers/char/tty_io.c~proper-prototype-for-vty_init +++ a/drivers/char/tty_io.c @@ -4048,10 +4048,6 @@ void __init console_init(void) } } -#ifdef CONFIG_VT -extern int vty_init(void); -#endif - static int __init tty_class_init(void) { tty_class = class_create(THIS_MODULE, "tty"); diff -puN include/linux/vt_kern.h~proper-prototype-for-vty_init include/linux/vt_kern.h --- a/include/linux/vt_kern.h~proper-prototype-for-vty_init +++ a/include/linux/vt_kern.h @@ -77,6 +77,7 @@ void change_console(struct vc_data *new_ 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); /* * vc_screen.c shares this temporary buffer with the console write code so that _