Unfortunately I don't have the hardware to test whether the driver
actually works but the patch below fixes the compilation.
cu
Adrian
--- linux-2.5.56/drivers/char/tty_io.c.old 2003-01-12 10:15:39.000000000 +0100
+++ linux-2.5.56/drivers/char/tty_io.c 2003-01-12 10:16:14.000000000 +0100
@@ -2372,9 +2372,6 @@
rs_8xx_init();
#endif /* CONFIG_8xx */
pty_init();
-#ifdef CONFIG_MOXA_SMARTIO
- mxser_init();
-#endif
#ifdef CONFIG_MOXA_INTELLIO
moxa_init();
#endif
-
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/