[Patch] Re: 2.4.10-pre13 still problems with tty_register_ldisc export

From: Eyal Lebedinsky (eyal@eyal.emu.id.au)
Date: Fri Sep 21 2001 - 07:49:48 EST


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/>

--- 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.

- 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/



This archive was generated by hypermail 2b29 : Sun Sep 23 2001 - 21:00:43 EST