Commit cfaf4fa7 authored by Igor Grinberg's avatar Igor Grinberg Committed by Nicolas Dechesne
Browse files

ARM: msm: fix section mismatch warning



WARNING: vmlinux.o(.text+0x9037c): Section mismatch in reference from
the function bring_up_cpu() to the function .cpuinit.text:cpu_up()
The function bring_up_cpu() references
the function __cpuinit cpu_up().
This is often because bring_up_cpu lacks a __cpuinit
annotation or the annotation of cpu_up is wrong.

Fix the above warning by adding __cpuinit annotation.

Signed-off-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
parent 7b44a797
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment