ARM: VGIC: Move gic_remove_from_lr_pending() prototype
authorAndre Przywara <andre.przywara@linaro.org>
Fri, 9 Mar 2018 15:11:22 +0000 (15:11 +0000)
committerJulien Grall <julien.grall@arm.com>
Mon, 12 Mar 2018 11:42:18 +0000 (11:42 +0000)
commit37db0cc6e33ce613cfa5e817e3142709d39e92c3
tree150e739c3e3e6752b0b8ed67cfda3407011e1435
parent0de80d62a4496559724c58a170f091b05480e907
ARM: VGIC: Move gic_remove_from_lr_pending() prototype

The prototype for gic_remove_from_lr_pending() is the last function in
gic.h which references a VGIC data structure.
Move it over to vgic.h, so that we can remove the inclusion of vgic.h
from gic.h. We add it to asm/domain.h instead, where it is actually
needed.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Reviewed-by: Julien Grall <julien.grall@arm.com>
xen/include/asm-arm/domain.h
xen/include/asm-arm/gic.h
xen/include/asm-arm/vgic.h