mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 07:42:07 +00:00
[PATCH] wavelan: fix section mismatch
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> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
705af30950
commit
53072d68cc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user