From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Takeharu KATO <takeharu1219@ybb.ne.jp>
Cc: trivial@rustcorp.com.au, linux-kernel@vger.kernel.org
Subject: Re: [TRIVAL] Runtime linkage fix for serial_cs
Date: Sat, 3 Sep 2005 10:00:10 +0100 [thread overview]
Message-ID: <20050903100010.A29708@flint.arm.linux.org.uk> (raw)
In-Reply-To: <43196393.2040801@ybb.ne.jp>; from takeharu1219@ybb.ne.jp on Sat, Sep 03, 2005 at 05:49:23PM +0900
On Sat, Sep 03, 2005 at 05:49:23PM +0900, Takeharu KATO wrote:
> I found current serial_cs driver can not be loaded into the kernel.
> The reason of this issue is serial_cs driver uses serial8250_unregister_port
> function which is not exported for modules.
Your kernel sources are buggy. This function is exported.
> I fixed the issue, please apply this patch.
This is not a fix - unregister_serial() must not be used with ports
registered with serial8250_register_port(), and in fact
unregister_serial() no longer exists.
You need to find out why your tree doesn't export
serial8250_unregister_port(). Mis-merged patch maybe?
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
next prev parent reply other threads:[~2005-09-03 9:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-03 8:49 [TRIVAL] Runtime linkage fix for serial_cs Takeharu KATO
2005-09-03 9:00 ` Russell King [this message]
2005-09-03 16:03 ` Takeharu KATO
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=20050903100010.A29708@flint.arm.linux.org.uk \
--to=rmk+lkml@arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=takeharu1219@ybb.ne.jp \
--cc=trivial@rustcorp.com.au \
/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