treewide: Fix section mismatches
WARNING: vmlinux.o(.text+0x579010): 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+0x579018): 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+0x57910c): 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+0x579114): 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. Signed-off-by: LibXZR <i@xzr.moe> Signed-off-by: ij-israfil <israfilkhan494gmail.com> Signed-off-by: improbir <ghosh_probir@yahoo.com>
Loading
Please register or sign in to comment