aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 93a50054d46c..bf3b1dcb8b3d 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -307,7 +307,7 @@ struct kvm_kernel_irq_routing_entry {
307#ifdef __KVM_HAVE_IOAPIC 307#ifdef __KVM_HAVE_IOAPIC
308 308
309struct kvm_irq_routing_table { 309struct kvm_irq_routing_table {
310 int chip[KVM_NR_IRQCHIPS][KVM_IOAPIC_NUM_PINS]; 310 int chip[KVM_NR_IRQCHIPS][KVM_IRQCHIP_NUM_PINS];
311 struct kvm_kernel_irq_routing_entry *rt_entries; 311 struct kvm_kernel_irq_routing_entry *rt_entries;
312 u32 nr_rt_entries; 312 u32 nr_rt_entries;
313 /* 313 /*