Re: 2.5.73 doesn't build without CONFIG_VT_CONSOLE

James Simmons (jsimmons@infradead.org)
Tue, 1 Jul 2003 22:31:54 +0100 (BST)


Try this patch.

--- vt.c Tue Jul 1 14:19:07 2003
+++ vt.c.new Tue Jul 1 14:03:17 2003
@@ -109,7 +109,7 @@

#include "console_macros.h"

-
+struct tty_driver *console_driver;
const struct consw *conswitchp;

/* A bitmap for codes <32. A bit of 1 indicates that the code
@@ -2185,8 +2185,6 @@
quit:
clear_bit(0, &printing);
}
-
-struct tty_driver *console_driver;

static struct tty_driver *vt_console_device(struct console *c, int *index)
{

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/