On Thu, May 25, 2006 at 11:09:21AM -0700, Randy.Dunlap wrote:
> From: Randy Dunlap <[EMAIL PROTECTED]>
>
> 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 <[EMAIL PROTECTED]>
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;
>
>
> ---
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html