patch-2.1.89 linux/drivers/char/tty_io.c

Next file: linux/drivers/isdn/avmb1/capi.c
Previous file: linux/drivers/char/specialix_io8.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.88/linux/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -1961,8 +1961,10 @@
 	return kmem_start;
 }
 
-static struct tty_driver dev_tty_driver, dev_console_driver,
-	dev_syscons_driver, dev_ptmx_driver;
+static struct tty_driver dev_tty_driver, dev_syscons_driver, dev_ptmx_driver;
+#ifdef CONFIG_VT
+static struct tty_driver dev_console_driver;
+#endif
 
 /*
  * Ok, now we can initialize the rest of the tty devices and can count

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov