From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: Stephan von Krawczynski <skraw@ithnet.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [Patch] Re: 2.4.10-pre13 still problems with tty_register_ldisc export
Date: Fri, 21 Sep 2001 22:49:48 +1000 [thread overview]
Message-ID: <3BAB376C.18BD7664@eyal.emu.id.au> (raw)
In-Reply-To: <20010921130945.2eed67d6.skraw@ithnet.com>
[-- 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.
next prev parent reply other threads:[~2001-09-21 13:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2001-09-21 13:16 ` [Patch] " Stephan von Krawczynski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3BAB376C.18BD7664@eyal.emu.id.au \
--to=eyal@eyal.emu.id.au \
--cc=linux-kernel@vger.kernel.org \
--cc=skraw@ithnet.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox