From: Matthias Brugger Date: Wed, 4 Dec 2013 16:52:55 +0000 (+0100) Subject: avr32: pm: Fix section mismatch X-Git-Tag: v3.13-rc4~36^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6a7906cbfe6f4a793ff427e065ccbb494d65d7b;p=pandora-kernel.git 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: Matthias Brugger Acked-by: Hans-Christian Egtvedt --- Reading git-diff-tree failed