* 2.4.10-pre13 still problems with tty_register_ldisc export
@ 2001-09-21 11:09 Stephan von Krawczynski
2001-09-21 12:49 ` [Patch] " Eyal Lebedinsky
0 siblings, 1 reply; 3+ messages in thread
From: Stephan von Krawczynski @ 2001-09-21 11:09 UTC (permalink / raw)
To: linux-kernel
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
Regards,
Stephan
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Patch] Re: 2.4.10-pre13 still problems with tty_register_ldisc export
2001-09-21 11:09 2.4.10-pre13 still problems with tty_register_ldisc export Stephan von Krawczynski
@ 2001-09-21 12:49 ` Eyal Lebedinsky
2001-09-21 13:16 ` Stephan von Krawczynski
0 siblings, 1 reply; 3+ messages in thread
From: Eyal Lebedinsky @ 2001-09-21 12:49 UTC (permalink / raw)
To: Stephan von Krawczynski; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 422 bytes --]
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/>
[-- Attachment #2: 2.4.10-pre13.tty_io.patch --]
[-- Type: text/plain, Size: 306 bytes --]
--- 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Patch] Re: 2.4.10-pre13 still problems with tty_register_ldisc export
2001-09-21 12:49 ` [Patch] " Eyal Lebedinsky
@ 2001-09-21 13:16 ` Stephan von Krawczynski
0 siblings, 0 replies; 3+ messages in thread
From: Stephan von Krawczynski @ 2001-09-21 13:16 UTC (permalink / raw)
To: Eyal Lebedinsky; +Cc: linux-kernel
On Fri, 21 Sep 2001 22:49:48 +1000 Eyal Lebedinsky <eyal@eyal.emu.id.au> wrote:
> 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.
With "should" you mean, it doesn't currently? In fact it really doesn't. Did
Linus get a patch?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-09-21 13:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-21 11:09 2.4.10-pre13 still problems with tty_register_ldisc export Stephan von Krawczynski
2001-09-21 12:49 ` [Patch] " Eyal Lebedinsky
2001-09-21 13:16 ` Stephan von Krawczynski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox