Skip to content
Commit e6a7906c authored by Matthias Brugger's avatar Matthias Brugger Committed by Hans-Christian Egtvedt
Browse files

avr32: pm: Fix section mismatch



The power management has a section mismatch which leads to the following
warning during compilation:

WARNING: arch/avr32/mach-at32ap/built-in.o(.text+0x16d4): Section
mismatch in reference from the function avr32_pm_offset() to the
function .init.text:pm_exception()
The function avr32_pm_offset() references
the function __init pm_exception().

Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Acked-by: default avatarHans-Christian Egtvedt <hegtvedt@cisco.com>
parent b96fa8f0
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