1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-24 05:31:06 +02:00
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
..
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-08-02 11:25:49 +00:00
2012-08-05 20:27:40 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-08-08 12:14:43 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-07-29 13:20:39 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2012-06-16 16:45:28 +00:00
2012-07-27 15:35:15 +00:00
2012-06-05 06:57:51 +00:00
2012-06-05 06:57:51 +00:00
2010-08-06 21:36:35 +00:00