* [PATCH] wavelan: fix section mismatch
@ 2006-05-25 18:09 Randy.Dunlap
2006-05-25 18:39 ` Jean Tourrilhes
0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2006-05-25 18:09 UTC (permalink / raw)
To: ismail, jt; +Cc: linville, netdev, akpm
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>
---
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;
---
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] wavelan: fix section mismatch
2006-05-25 18:09 [PATCH] wavelan: fix section mismatch Randy.Dunlap
@ 2006-05-25 18:39 ` Jean Tourrilhes
2006-05-25 19:00 ` Randy.Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Jean Tourrilhes @ 2006-05-25 18:39 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: netdev
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;
>
>
> ---
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] wavelan: fix section mismatch
2006-05-25 18:39 ` Jean Tourrilhes
@ 2006-05-25 19:00 ` Randy.Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: Randy.Dunlap @ 2006-05-25 19:00 UTC (permalink / raw)
To: jt; +Cc: netdev, linville
On Thu, 25 May 2006 11:39:49 -0700 Jean Tourrilhes wrote:
> 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
Hi, John L. was copied on the patch.
Thanks, have a nice vacation.
---
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-25 18:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25 18:09 [PATCH] wavelan: fix section mismatch Randy.Dunlap
2006-05-25 18:39 ` Jean Tourrilhes
2006-05-25 19:00 ` Randy.Dunlap
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).