Stephan von Krawczynski wrote:
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.10-pre13/kernel/drivers/net/ppp_async.o
> depmod: tty_register_ldisc
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.10-pre13/kernel/drivers/net/ppp_synctty.o
> depmod: tty_register_ldisc
I think drivers/char/tty_io.c should export it.
-- Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/> --------------066B040B01B214DFC37B3501 Content-Type: text/plain; charset=us-ascii; name="2.4.10-pre13.tty_io.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="2.4.10-pre13.tty_io.patch"--- linux/drivers/char/tty_io.c.orig Fri Sep 21 22:45:26 2001 +++ linux/drivers/char/tty_io.c Fri Sep 21 22:45:30 2001 @@ -2057,6 +2057,7 @@ EXPORT_SYMBOL(tty_register_devfs); EXPORT_SYMBOL(tty_unregister_devfs); +EXPORT_SYMBOL(tty_register_ldisc); /* * Called by a tty driver to register itself.
--------------066B040B01B214DFC37B3501--
- 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/