From: Raghavendra D Prabhu Date: Sat, 9 Jul 2011 16:29:07 +0000 (+0530) Subject: xen:pvhvm: Modpost section mismatch fix X-Git-Tag: v3.1-rc1~320^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c52b7bf6967e53dec3fbbcf99fee65e49e600df;p=pandora-kernel.git xen:pvhvm: Modpost section mismatch fix Removing __init from check_platform_magic since it is called by xen_unplug_emulated_devices in non-init contexts (It probably gets inlined because of -finline-functions-called-once, removing __init is more to avoid mismatch being reported). Signed-off-by: Raghavendra D Prabhu Acked-by: Stefano Stabellini Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed