Skip to content
Commit f7e416eb authored by Venkatraman Sathiyamoorthy's avatar Venkatraman Sathiyamoorthy Committed by Russell King
Browse files

ARM: 7482/1: topology: fix section mismatch warning for init_cpu_topology



Get rid of this warning..
arch/arm/kernel/built-in.o(.text+0xac78): Section mismatch in reference
from the function init_cpu_topology() to the function
 .init.text:parse_dt_topology()
The function init_cpu_topology() references
the function __init parse_dt_topology().
This is often because init_cpu_topology lacks a __init
annotation or the annotation of parse_dt_topology is wrong.

Signed-off-by: default avatarVenkatraman S <svenkatr@ti.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f4ba394c
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