openwrt/target/linux/generic
Gabor Juhos b942309f4f 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
2012-08-12 10:30:41 +00:00
..
base-files initramfs: allow preinit to enable switching from initramfs to tmpfs to allow overlayfs to be mounted on top of it 2011-08-11 20:32:57 +00:00
files generic: rtl8366_smi: increase delay after switch hw reset 2012-08-10 06:32:00 +00:00
image
patches-3.3 generic: use __meminit annotation for crashlog_init_memblock 2012-08-12 10:30:41 +00:00
config-3.3 add config option CONFIG_I2C_MV64XXX to fix kirkwood build 2012-07-28 11:36:52 +00:00
PATCHES fix a typo in the kernel patch description 2011-04-16 18:40:23 +00:00