Re: 2.5.73 doesn't build without CONFIG_VT_CONSOLE

From: James Simmons (jsimmons@infradead.org)
Date: Tue Jul 01 2003 - 16:31:54 EST


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/



This archive was generated by hypermail 2b29 : Mon Jul 07 2003 - 22:00:14 EST