]> git.baikalelectronics.ru Git - kernel.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, 2 Oct 2012 16:34:56 +0000 (12:34 -0400)
commited7ce8b1223461e46dac476b6684601fafb8be79
tree56027d63e38a99bdd5d1921a183db86ed770fe45
parent0266554608d4479fcb9c2df77f8c14cd8da837b4
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>
drivers/xen/events.c