diff -Nru drivers/char/vt.c.orig drivers/char/vt.c --- drivers/char/vt.c.orig Wed Nov 5 14:29:51 2003 +++ drivers/char/vt.c Wed Jan 21 15:27:06 2004 @@ -2086,6 +2086,8 @@ schedule_console_callback(); } +struct tty_driver *console_driver; + #ifdef CONFIG_VT_CONSOLE /* @@ -2185,8 +2187,6 @@ clear_bit(0, &printing); } -struct tty_driver *console_driver; - static struct tty_driver *vt_console_device(struct console *c, int *index) { *index = c->index ? c->index-1 : fg_console;