From: Jean Tourrilhes <jt@hpl.hp.com>
To: "Randy.Dunlap" <rdunlap@xenotime.net>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] wavelan: fix section mismatch
Date: Thu, 25 May 2006 11:39:49 -0700 [thread overview]
Message-ID: <20060525183949.GA23930@bougret.hpl.hp.com> (raw)
In-Reply-To: <20060525110921.afaa98ce.rdunlap@xenotime.net>
On Thu, May 25, 2006 at 11:09:21AM -0700, Randy.Dunlap wrote:
> From: Randy Dunlap <rdunlap@xenotime.net>
>
> Fix section mismatch warning:
> WARNING: drivers/net/wireless/wavelan.o - Section mismatch: reference to
> .init.text: from .text between 'init_module' (at offset 0x371e) and
> 'cleanup_module'
>
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
I did not check that kernel, but it seems a no brainer. Would
you mind sending to John Linville or Jeff Garzik as I'm about to go on
vacvation.
Thanks !
Jean
> ---
> drivers/net/wireless/wavelan.c | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2617-rc5.orig/drivers/net/wireless/wavelan.c
> +++ linux-2617-rc5/drivers/net/wireless/wavelan.c
> @@ -4306,7 +4306,7 @@ out:
> * Insertion of the module
> * I'm now quite proud of the multi-device support.
> */
> -int init_module(void)
> +int __init init_module(void)
> {
> int ret = -EIO; /* Return error if no cards found */
> int i;
>
>
> ---
next prev parent reply other threads:[~2006-05-25 18:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-25 18:09 [PATCH] wavelan: fix section mismatch Randy.Dunlap
2006-05-25 18:39 ` Jean Tourrilhes [this message]
2006-05-25 19:00 ` Randy.Dunlap
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=20060525183949.GA23930@bougret.hpl.hp.com \
--to=jt@hpl.hp.com \
--cc=netdev@vger.kernel.org \
--cc=rdunlap@xenotime.net \
/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).