From: Jeff Garzik <jgarzik@pobox.com>
To: Adrian Bunk <bunk@kernel.org>
Cc: romieu@fr.zoreil.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] drivers/net/sis190.c section fix
Date: Fri, 14 Dec 2007 15:27:50 -0500 [thread overview]
Message-ID: <4762E746.8050405@pobox.com> (raw)
In-Reply-To: <20071211222356.GA14204@stusta.de>
Adrian Bunk wrote:
> This patch fixes the following section mismatch with CONFIG_HOTPLUG=n:
>
> <-- snip -->
>
> ...
> WARNING: vmlinux.o(.init.text.20+0x4cb25): Section mismatch: reference to .exit.text:sis190_mii_remove (between 'sis190_init_one' and 'read_eeprom')
> ...
>
> <-- snip -->
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
> 29fae057ba15a552a7cad1e731d3238d567032ba
> diff --git a/drivers/net/sis190.c b/drivers/net/sis190.c
> index 7200883..49f767b 100644
> --- a/drivers/net/sis190.c
> +++ b/drivers/net/sis190.c
> @@ -1381,7 +1381,7 @@ out:
> return rc;
> }
>
> -static void __devexit sis190_mii_remove(struct net_device *dev)
> +static void sis190_mii_remove(struct net_device *dev)
> {
> struct sis190_private *tp = netdev_priv(dev);
>
>
applied #upstream-fixes
prev parent reply other threads:[~2007-12-14 20:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-11 22:23 [2.6 patch] drivers/net/sis190.c section fix Adrian Bunk
2007-12-12 22:56 ` Francois Romieu
2007-12-14 20:27 ` Jeff Garzik [this message]
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=4762E746.8050405@pobox.com \
--to=jgarzik@pobox.com \
--cc=bunk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=romieu@fr.zoreil.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;
as well as URLs for NNTP newsgroup(s).