lkml.org 
[lkml]   [2001]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[Patch] Re: 2.4.10-pre13 still problems with tty_register_ldisc export
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.
\
 
 \ /
  Last update: 2005-03-22 13:03    [W:0.043 / U:1.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site