[WAN]: fix section mismatch warning in sbni
authorSam Ravnborg <sam@ravnborg.org>
Tue, 21 Mar 2006 06:34:52 +0000 (22:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:34:52 +0000 (22:34 -0800)
commit471a24c0589cd192dcd2c6770ab6252cd42b1cff
tree20f595c10ce6b693cf0f04a8c896809665272f80
parente3968fc0f3db58e4c448ec20f66ce6da49d9bc5f
[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 <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/sbni.c
This page took 0.058594 seconds and 5 git commands to generate.