Commits
Dong Aisheng committed b90071a9ac7
MLK-22156-2 clk: imx: remove __initdata for earlycon_bits We met below build warnings: WARNING: vmlinux.o(.text+0x52ea80): Section mismatch in reference from the function imx_register_uart_clocks() to the variable .init.data:earlycon_bits The function imx_register_uart_clocks() references the variable __initdata earlycon_bits. This is often because imx_register_uart_clocks lacks a __initdata annotation or the annotation of earlycon_bits is wrong. Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>