From: Ralf Baechle DL5RB <ralf@linux-mips.org>
To: Scott Weis <kb2ear@kb2ear.net>
Cc: linux-hams@vger.kernel.org
Subject: Re: What happened to mkiss module
Date: Mon, 25 Jul 2005 09:36:58 -0400 [thread overview]
Message-ID: <20050725133658.GB2814@linux-mips.org> (raw)
In-Reply-To: <000801c590cd$3f3572d0$a4011fac@kb2ear1>
On Sun, Jul 24, 2005 at 11:59:24PM -0400, Scott Weis wrote:
> OK I applied the patch to the linux-2.6.12. Had to do some of the patch by
> hand. It compiled ok.. Now I can't load the module because of mkiss:
> Unknown symbol tty_unregister_ldisc. What version of the kernel source am
> I supposed to be patching??
2.6.13-rc4 or newer.
The reject you must have gotten was exactly due to the introduction of
tty_unregister_ldisc in rc4. You can glue that with something like
#define tty_unregister_ldisc(disc) tty_register_ldisc(disc, NULL)
Ralf
next prev parent reply other threads:[~2005-07-25 13:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-24 6:26 What happened to mkiss module Scott Weis
2005-07-24 8:45 ` Ralf Baechle DL5RB
2005-07-25 3:59 ` Scott Weis
2005-07-25 13:36 ` Ralf Baechle DL5RB [this message]
2005-07-25 18:59 ` Scott Weis
2005-07-25 19:39 ` Ralf Baechle DL5RB
2005-07-25 20:05 ` Scott Weis
2005-07-25 20:38 ` Ralf Baechle DL5RB
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=20050725133658.GB2814@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=kb2ear@kb2ear.net \
--cc=linux-hams@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.