1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:39:48 +03:00
openwrt-xburst/target
juhosg 60b393ba86 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
2012-08-12 10:30:41 +00:00
..
imagebuilder package/index: filter out the libc package from the index 2012-06-11 01:29:11 +00:00
linux generic: use __meminit annotation for crashlog_init_memblock 2012-08-12 10:30:41 +00:00
sdk [sdk] don't overwrite version.mk, substitute REVISION instead 2012-04-13 10:47:45 +00:00
toolchain target/toolchain: fix installation after r22723 2010-09-04 11:56:33 +00:00
Config.in target: add a feature flag for RTC support 2012-05-17 15:28:09 +00:00
Makefile target: do not make target/*/install depend on target/*/compile - removes one redundant kernel build dir call on target/install 2012-06-06 17:24:05 +00:00