From: Randy Dunlap Fix sections mismatch: WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text.cleanup_module after 'cleanup_module' (at offset 0xb0) WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text.ip2_loadmain after 'ip2_loadmain' (at offset 0x11b3) Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton --- drivers/char/ip2/ip2main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/ip2/ip2main.c~ip2-fix-sections drivers/char/ip2/ip2main.c --- devel/drivers/char/ip2/ip2main.c~ip2-fix-sections 2006-05-27 23:29:04.000000000 -0700 +++ devel-akpm/drivers/char/ip2/ip2main.c 2006-05-27 23:29:04.000000000 -0700 @@ -337,7 +337,7 @@ clear_requested_irq( char irq ) } #endif -static int __init +static int have_requested_irq( char irq ) { // array init to zeros so 0 irq will not be requested as a side effect _