From 21cf64b4ad001ac0ff1cc0d1e8a0fb61476a501a Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 5 Mar 2016 16:23:50 +0000 Subject: kernel: fix section mismatch in crashlog The function memblock_insert_region() is in the section __init_memblock, also put crashlog_init_memblock there. This fixes this section mismatch warning: The function memblock_insert_region.isra.1() references the function __meminit crashlog_init_memblock(). This is often because memblock_insert_region.isra.1 lacks a __meminit annotation or the annotation of crashlog_init_memblock is wrong. Signed-off-by: Hauke Mehrtens SVN-Revision: 48931 --- target/linux/generic/patches-4.3/930-crashlog.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-4.3/930-crashlog.patch') diff --git a/target/linux/generic/patches-4.3/930-crashlog.patch b/target/linux/generic/patches-4.3/930-crashlog.patch index bb6805b1e9..514ff469d8 100644 --- a/target/linux/generic/patches-4.3/930-crashlog.patch +++ b/target/linux/generic/patches-4.3/930-crashlog.patch @@ -121,7 +121,7 @@ +#endif + +#ifdef CONFIG_HAVE_MEMBLOCK -+void __meminit crashlog_init_memblock(phys_addr_t addr, phys_addr_t size) ++void __init_memblock crashlog_init_memblock(phys_addr_t addr, phys_addr_t size) +{ + if (crashlog_addr) + return; -- cgit v1.2.3