Files
ubports_kernel_google_msm/drivers/net/wan
Sam Ravnborg 471a24c058 [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>
2006-03-20 22:34:52 -08:00
..
2006-01-15 02:12:54 +01:00
2006-01-01 22:21:50 +01:00
2006-01-10 08:01:59 -08:00
2006-02-07 20:56:41 -05:00
2006-02-07 20:56:41 -05:00
2006-01-10 08:01:59 -08:00