]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] arlan: fix section mismatch warnings
authorRandy Dunlap <rdunlap@xenotime.net>
Thu, 25 May 2006 18:10:08 +0000 (11:10 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 26 May 2006 20:11:56 +0000 (16:11 -0400)
commit1314735c3bbce15399365900d55a59013db25ad2
treeafd9c5a020f2111d71cf8f9e09fff1ce4e849970
parented1590fd423019a4f862eed0acd80f0a249ee275
[PATCH] arlan: fix section mismatch warnings

Fix section mismatch warnings:
WARNING: drivers/net/wireless/arlan.o - Section mismatch: reference to
.init.text:arlan_probe from .text between 'init_module' (at offset
0x3526) and 'cleanup_module'
WARNING: drivers/net/wireless/arlan.o - Section mismatch: reference to
.init.text:init_arlan_proc from .text between 'init_module' (at offset
0x3539) and 'cleanup_module'
WARNING: drivers/net/wireless/arlan.o - Section mismatch: reference to
.exit.text:cleanup_arlan_proc from .text between 'cleanup_module' (at
offset 0x356c) and 'arlan_diagnostic_info_string'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/arlan-main.c