diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-27 13:56:12 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-06-06 16:14:46 -0700 |
commit | c8fb13d04ad0d08772f637bee873e620fcc064c2 (patch) | |
tree | 38c9a25b5a53e855c9c2edf77f45269394d464f0 /mm/nommu.c | |
parent | 59c5f46fbe01a00eedf54a23789634438bb80603 (diff) | |
download | op-kernel-dev-c8fb13d04ad0d08772f637bee873e620fcc064c2.zip op-kernel-dev-c8fb13d04ad0d08772f637bee873e620fcc064c2.tar.gz |
OMAP: PM debug: fix section mismatch warnings
WARNING: arch/arm/mach-omap2/built-in.o(.text+0x423c): Section mismatch in reference from the function pm_dbg_regset_init() to the function .init.text:pm_dbg_init()
The function pm_dbg_regset_init() references
the function __init pm_dbg_init().
This is often because pm_dbg_regset_init lacks a __init
annotation or the annotation of pm_dbg_init is wrong.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'mm/nommu.c')
0 files changed, 0 insertions, 0 deletions