Henrik Kretzschmar 793f03aa7b USB: rndis: section mismatch fix
This patch removes the following section mismatch warning,
by moving the function rndis_init() from .init.text to .text.

WARNING: vmlinux.o(.text+0x1aeca5a): Section mismatch in reference from the function rndis_bind_config() to the function .init.text:rndis_init()
The function rndis_bind_config() references
the function __init rndis_init().
This is often because rndis_bind_config lacks a __init
annotation or the annotation of rndis_init is wrong.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-03 17:33:40 -07:00
..
2010-05-20 13:21:49 -07:00
2009-01-07 09:59:58 -08:00
2010-08-10 14:35:39 -07:00
2010-07-26 14:18:11 +02:00
2010-08-10 14:35:37 -07:00
2010-08-10 14:35:39 -07:00
2010-09-03 17:33:40 -07:00
2010-09-03 17:33:40 -07:00