summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1
diff options
context:
space:
mode:
authorSanjeev Premi <premi@ti.com>2011-06-16 20:31:00 (GMT)
committerKevin Hilman <khilman@ti.com>2011-06-27 16:53:14 (GMT)
commitec3cdb5baedf6bb3852c531426c1e95a13671dff (patch)
tree1ec10d29a42621fbade8c978da9598eb36d735fc /arch/arm/mach-omap1
parent59bec58373bc8324a2ee7d7355fe8499c8f6f602 (diff)
downloadlinux-fsl-qoriq-ec3cdb5baedf6bb3852c531426c1e95a13671dff.tar.xz
OMAP2+: PM: fix section mismatch in pm_dbg_init()
Fix the section mismatch warning: WARNING: vmlinux.o(.text+0x21118): Section mismatch in reference from the function pm_dbg_init() to the function .init.text:pwrdms_setup() The function pm_dbg_init() references the function __init pwrdms_setup(). This is often because pm_dbg_init lacks a __init annotation or the annotation of pwrdms_setup is wrong. Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap1')
0 files changed, 0 insertions, 0 deletions