ARM: VGIC: move gic_remove_irq_from_queues()
authorAndre Przywara <andre.przywara@linaro.org>
Thu, 7 Dec 2017 16:14:08 +0000 (16:14 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 8 Dec 2017 21:24:23 +0000 (13:24 -0800)
commit70f7b6ca0e8208034bdc91d20b2f311bbe63a0a9
tree1afffaa2db0ca025e6aec9b2f40b1e2fb5b6fa3e
parent9630c5ae363b4cbf8eb61366530f40c80680af4d
ARM: VGIC: move gic_remove_irq_from_queues()

gic_remove_irq_from_queues() was not only misnamed, it also has the wrong
abstraction, as it should not live in gic.c.
Move it into vgic.c and vgic.h, where it belongs to, and rename it on
the way.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/gic.c
xen/arch/arm/vgic-v3-its.c
xen/arch/arm/vgic.c
xen/include/asm-arm/gic.h
xen/include/asm-arm/vgic.h