]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen: mark xen_init_IRQ __init
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 2 Oct 2012 14:57:57 +0000 (15:57 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 4 Dec 2012 17:44:32 +0000 (12:44 -0500)
commit4983e33ae5332e11aec7ca0506c4ccad62c0b152
tree4e2e4dd5738d0c17dd9491607ae2a8522b422d46
parenta84ece612cae1b3ede5f78adca9acb9e34a0d306
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 <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
(cherry picked from commit 2e3d88602814e5fd5b88d5c73be3305060c473b6)
drivers/xen/events.c