OSDN Git Service

KVM: arm/arm64: vgic: make vgic_io_ops static
authorJisheng Zhang <jszhang@marvell.com>
Thu, 12 Nov 2015 11:59:14 +0000 (19:59 +0800)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 14 Dec 2015 11:29:59 +0000 (11:29 +0000)
commit8cdb654abe5730654d0385382c4e877a011bb8c8
tree263c6b7c3f0dfa9df725111d3794ece80a500147
parent9f9499ae8e6415cefc4fe0a96ad0e27864353c89
KVM: arm/arm64: vgic: make vgic_io_ops static

vgic_io_ops is only referenced within vgic.c, so it can be declared
static.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
virt/kvm/arm/vgic.c