forked from luck/tmp_suning_uos_patched
[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 @@ struct net_device * __init wavelan_probe(int unit)
|
||||
* 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