Skip to content
Commit 9af960c1 authored by LibXZR's avatar LibXZR Committed by improbir
Browse files

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: default avatarLibXZR <i@xzr.moe>
Signed-off-by: ij-israfil <israfilkhan494gmail.com>
Signed-off-by: default avatarimprobir <ghosh_probir@yahoo.com>
parent e692cb64
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment