Skip to content
Commit e407ee09 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: OMAP2+: Fix section warning for omap_init_ocp2scp()



Otherwise we will get:

WARNING: vmlinux.o(.text+0x1d4f0): Section mismatch in reference from the
function omap_init_ocp2scp() to the function .init.text:omap_device_build()
The function omap_init_ocp2scp() references
the function __init omap_device_build().
This is often because omap_init_ocp2scp lacks a __init
annotation or the annotation of omap_device_build is wrong.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 81f3ae06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment