diff options
Diffstat (limited to 'include/kvm')
-rw-r--r-- | include/kvm/arm_vgic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kvm/arm_vgic.h b/include/kvm/arm_vgic.h index 4523984bd217..d6705f447c28 100644 --- a/include/kvm/arm_vgic.h +++ b/include/kvm/arm_vgic.h | |||
@@ -252,6 +252,7 @@ struct vgic_dist { | |||
252 | 252 | ||
253 | struct vgic_vm_ops vm_ops; | 253 | struct vgic_vm_ops vm_ops; |
254 | struct vgic_io_device dist_iodev; | 254 | struct vgic_io_device dist_iodev; |
255 | struct vgic_io_device *redist_iodevs; | ||
255 | }; | 256 | }; |
256 | 257 | ||
257 | struct vgic_v2_cpu_if { | 258 | struct vgic_v2_cpu_if { |