diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/io_apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index 771bcf77daf2..c3cdcab29688 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c | |||
@@ -1897,7 +1897,7 @@ static void set_ht_irq_affinity(unsigned int irq, cpumask_t mask) | |||
1897 | } | 1897 | } |
1898 | #endif | 1898 | #endif |
1899 | 1899 | ||
1900 | static struct hw_interrupt_type ht_irq_chip = { | 1900 | static struct irq_chip ht_irq_chip = { |
1901 | .name = "PCI-HT", | 1901 | .name = "PCI-HT", |
1902 | .mask = mask_ht_irq, | 1902 | .mask = mask_ht_irq, |
1903 | .unmask = unmask_ht_irq, | 1903 | .unmask = unmask_ht_irq, |