summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
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
commitb942309f4fb6b9268b59466e830e31fdea1f5f71 (patch)
tree1d218728b3b36ccd1dd40bec45cf205c6c9e4ae2 /include/host-build.mk
parent0ef62afd40865d44533a726b0390df13802bfebc (diff)
downloadmaster-31e0f0ae-b942309f4fb6b9268b59466e830e31fdea1f5f71.tar.gz
master-31e0f0ae-b942309f4fb6b9268b59466e830e31fdea1f5f71.tar.bz2
master-31e0f0ae-b942309f4fb6b9268b59466e830e31fdea1f5f71.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' SVN-Revision: 33137
Diffstat (limited to 'include/host-build.mk')
0 files changed, 0 insertions, 0 deletions