Anyone know how to fix this warning? LD vmlinux.o MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x712c): Section mismatch in reference from the function mac_debug_console_write() to the variable .init.text:mac_serial_print The function mac_debug_console_write() references the variable __init mac_serial_print. This is often because mac_debug_console_write lacks a __init annotation or the annotation of mac_serial_print is wrong. mac_serial_print is written in assembler (arch/m68k/kernel/head.S). Should it be annotated in some way? -f -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html