aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2006-03-20 22:34:52 -0800
committerDavid S. Miller <[email protected]>2006-03-20 22:34:52 -0800
commit471a24c0589cd192dcd2c6770ab6252cd42b1cff (patch)
tree20f595c10ce6b693cf0f04a8c896809665272f80 /scripts/basic
parente3968fc0f3db58e4c448ec20f66ce6da49d9bc5f (diff)
[WAN]: fix section mismatch warning in sbni
In latest -mm sbni gives following warning: WARNING: drivers/net/wan/sbni.o - Section mismatch: reference to \ .init.data: from .text between 'init_module' (at offset 0x14ef) and \ 'cleanup_module' The warning is caused by init_module() calling a function declared __init. Declare init_module() __init too to fix warning. Signed-off-by: Sam Ravnborg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions