Loading
drivers: soc: Fix section mismatches
WARNING: vmlinux.o(.text+0x5d3528): Section mismatch in reference from the function update_manifest() to the variable .init.data:boot_command_line The function update_manifest() references the variable __initdata boot_command_line. This is often because update_manifest lacks a __initdata annotation or the annotation of boot_command_line is wrong. WARNING: vmlinux.o(.text+0x5d3530): Section mismatch in reference from the function update_manifest() to the variable .init.data:boot_command_line The function update_manifest() references the variable __initdata boot_command_line. This is often because update_manifest lacks a __initdata annotation or the annotation of boot_command_line is wrong. WARNING: vmlinux.o(.text+0x5d35ec): Section mismatch in reference from the function update_telephony_manifest() to the variable .init.data:boot_command_line The function update_telephony_manifest() references the variable __initdata boot_command_line. This is often because update_telephony_manifest lacks a __initdata annotation or the annotation of boot_command_line is wrong. WARNING: vmlinux.o(.text+0x5d35f4): Section mismatch in reference from the function update_telephony_manifest() to the variable .init.data:boot_command_line The function update_telephony_manifest() references the variable __initdata boot_command_line. This is often because update_telephony_manifest lacks a __initdata annotation or the annotation of boot_command_line is wrong. WARNING: vmlinux.o(.text+0x5d36ac): Section mismatch in reference from the function update_felica_cfg() to the variable .init.data:boot_command_line The function update_felica_cfg() references the variable __initdata boot_command_line. This is often because update_felica_cfg lacks a __initdata annotation or the annotation of boot_command_line is wrong. WARNING: vmlinux.o(.text+0x5d36b4): Section mismatch in reference from the function update_felica_cfg() to the variable .init.data:boot_command_line The function update_felica_cfg() references the variable __initdata boot_command_line. This is often because update_felica_cfg lacks a __initdata annotation or the annotation of boot_command_line is wrong. WARNING: vmlinux.o(.text+0x5e0d38): Section mismatch in reference from the function bootloader_log_probe() to the function .init.text:of_bootloader_log_platform_data() The function bootloader_log_probe() references the function __init of_bootloader_log_platform_data(). This is often because bootloader_log_probe lacks a __init annotation or the annotation of of_bootloader_log_platform_data is wrong.