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

Next file: linux/drivers/i2o/README.ioctl
Previous file: linux/drivers/char/synclink.c
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -132,6 +132,9 @@
 #ifdef CONFIG_3215
 extern long con3215_init(long, long);
 #endif /* CONFIG_3215 */
+#ifdef CONFIG_HWC_CONSOLE
+extern long hwc_console_init(long);
+#endif
 
 #ifndef MIN
 #define MIN(a,b)	((a) < (b) ? (a) : (b))

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