diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2012-10-02 16:57:57 +0200 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-10-02 18:34:56 +0200 |
commit | 2e3d88602814e5fd5b88d5c73be3305060c473b6 (patch) | |
tree | 56027d63e38a99bdd5d1921a183db86ed770fe45 /include/xen/xen.h | |
parent | xen/Makefile: fix dom-y build (diff) | |
download | linux-2e3d88602814e5fd5b88d5c73be3305060c473b6.tar.xz linux-2e3d88602814e5fd5b88d5c73be3305060c473b6.zip |
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>
Diffstat (limited to 'include/xen/xen.h')
0 files changed, 0 insertions, 0 deletions