patch-2.4.0-test9 linux/drivers/char/tty_io.c

Next file: linux/drivers/char/wdt.c
Previous file: linux/drivers/char/toshiba.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -2202,6 +2202,9 @@
 #ifdef CONFIG_SERIAL_SA1100_CONSOLE
 	sa1100_rs_console_init();
 #endif
+#ifdef CONFIG_SERIAL_AMBA_CONSOLE
+	ambauart_console_init();
+#endif
 }
 
 static struct tty_driver dev_tty_driver, dev_syscons_driver;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)