diff options
Diffstat (limited to 'virt/kvm/arm')
-rw-r--r-- | virt/kvm/arm/vgic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virt/kvm/arm/vgic.c b/virt/kvm/arm/vgic.c index d1cfe672b9d7..efe6eee2e7eb 100644 --- a/virt/kvm/arm/vgic.c +++ b/virt/kvm/arm/vgic.c | |||
@@ -1557,8 +1557,8 @@ static const struct of_device_id vgic_ids[] = { | |||
1557 | int kvm_vgic_hyp_init(void) | 1557 | int kvm_vgic_hyp_init(void) |
1558 | { | 1558 | { |
1559 | const struct of_device_id *matched_id; | 1559 | const struct of_device_id *matched_id; |
1560 | int (*vgic_probe)(struct device_node *,const struct vgic_ops **, | 1560 | const int (*vgic_probe)(struct device_node *,const struct vgic_ops **, |
1561 | const struct vgic_params **); | 1561 | const struct vgic_params **); |
1562 | struct device_node *vgic_node; | 1562 | struct device_node *vgic_node; |
1563 | int ret; | 1563 | int ret; |
1564 | 1564 | ||