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

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

diff -u --recursive --new-file v2.2.10/linux/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -2166,6 +2166,9 @@
 #ifdef CONFIG_SPECIALIX
 	specialix_init();
 #endif
+#ifdef CONFIG_SX
+	sx_init();
+#endif
 #ifdef CONFIG_8xx
         rs_8xx_init();
 #endif /* CONFIG_8xx */

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