aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ccache
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-12 10:30:41 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-12 10:30:41 +0000
commita3f4fb2069f507fe2d46f929e44db6e703e750f9 (patch)
tree6e5ddcf638c01801097417e292c967ae3f41661a /tools/ccache
parent7b97a7c808fea832183a8bec43571ae95e74431e (diff)
downloadupstream-a3f4fb2069f507fe2d46f929e44db6e703e750f9.tar.gz
upstream-a3f4fb2069f507fe2d46f929e44db6e703e750f9.tar.bz2
upstream-a3f4fb2069f507fe2d46f929e44db6e703e750f9.zip
generic: use __meminit annotation for crashlog_init_memblock
Fixes this section mismatch warning: WARNING: vmlinux.o(.meminit.text+0xb14): Section mismatch in reference from the function memblock_insert_region() to the function .init.text:crashlog_init_memblock() The function __meminit memblock_insert_region() references a function __init crashlog_init_memblock(). If crashlog_init_memblock is only used by memblock_insert_region then annotate crashlog_init_memblock with a matching annotation. Also, remove the __init annotations from 'include/linux/crashlog.h' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33137 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/ccache')
0 files changed, 0 insertions, 0 deletions