summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2012-03-07 22:03:56 (GMT)
committerSekhar Nori <nsekhar@ti.com>2012-03-12 20:41:33 (GMT)
commit30c766bdeccf945615097ca185326c1d7199f023 (patch)
tree316f72066633738b10790e047e1723aaa17bc448 /arch/arm/mach-ux500
parentd870df6827d883e213811cdcc3f8d3b64dfa8ff8 (diff)
downloadlinux-fsl-qoriq-30c766bdeccf945615097ca185326c1d7199f023.tar.xz
ARM: davinci: DA850: move da850_register_pm to .init.text
All callers (board-mityomapl138.c and board-da850-evm.c) use it in __init functions only. This fixes: WARNING: vmlinux.o(.text+0xd664): Section mismatch in reference from the function da850_register_pm() to the function .init.text:da8xx_get_mem_ctlr() The function da850_register_pm() references the function __init da8xx_get_mem_ctlr(). This is often because da850_register_pm lacks a __init annotation or the annotation of da8xx_get_mem_ctlr is wrong. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-ux500')
0 files changed, 0 insertions, 0 deletions