From: Geert Uytterhoeven Date: Sun, 17 Feb 2008 13:12:10 +0000 (+0100) Subject: kbuild: fix reversed symbol name order in modpost X-Git-Tag: v2.6.25-rc3~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1d2675a6466090b68d4ef63f9237b4d70a18857;p=pandora-kernel.git kbuild: fix reversed symbol name order in modpost XXXINIT_TO_INIT and XXXEXIT_TO_EXIT warnings use the reversed symbol name order in the suggestion, e.g.: WARNING: vmlinux.o(.meminit.text+0x36c): Section mismatch in reference from the function free_area_init_core() to the function .init.text:setup_usemap() The function __meminit free_area_init_core() references a function __init setup_usemap(). If free_area_init_core is only used by setup_usemap then annotate free_area_init_core with a matching annotation. Signed-off-by: Geert Uytterhoeven Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed