• Yoshinori Sato's avatar
    h8300: fix section mismatches · 9de15e91
    Yoshinori Sato authored
    WARNING: vmlinux.o(.text+0x2fdf): Section mismatch in reference from the variable .LM3 to the variable .init.text:___alloc_bootmem
    The function .LM3() references
    the variable __init ___alloc_bootmem.
    This is often because .LM3 lacks a __init
    annotation or the annotation of ___alloc_bootmem is wrong.
    
    WARNING: vmlinux.o(.text+0x2ff5): Section mismatch in reference from the variable .LM4 to the variable .init.text:___alloc_bootmem
    The function .LM4() references
    the variable __init ___alloc_bootmem.
    This is often because .LM4 lacks a __init
    annotation or the annotation of ___alloc_bootmem is wrong.
    
    WARNING: vmlinux.o(.text+0x300b): Section mismatch in reference from the variable .LM5 to the variable .init.text:___alloc_bootmem
    The function .LM5() references
    the variable __init ___alloc_bootmem.
    This is often because .LM5 lacks a __init
    annotation or the annotation of ___alloc_bootmem is wrong.
    
    WARNING: vmlinux.o(.text+0x304b): Section mismatch in reference from the variable .L...
    9de15e91
init.c 5.33 KB