From: Stefano Stabellini Date: Tue, 2 Oct 2012 14:57:57 +0000 (+0100) Subject: xen: mark xen_init_IRQ __init X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e3d88602814e5fd5b88d5c73be3305060c473b6;p=pandora-kernel.git xen: mark xen_init_IRQ __init xen_init_IRQ should be marked __init because it calls other functions marked __init and is always called by functions marked __init (on both x86 and arm). Also remove the unused EXPORT_SYMBOL_GPL(xen_init_IRQ). Both changes were introduced by "xen/arm: receive Xen events on ARM". Signed-off-by: Stefano Stabellini Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed