[PATCH] use struct irq_chip instead of struct hw_interrupt_type
[deliverable/linux.git] / arch / x86_64 / kernel / io_apic.c
index 771bcf77daf2104f830f9434712efe11a7e45868..c3cdcab296884a8c92e86cfe51502a99775fedff 100644 (file)
@@ -1897,7 +1897,7 @@ static void set_ht_irq_affinity(unsigned int irq, cpumask_t mask)
 }
 #endif
 
-static struct hw_interrupt_type ht_irq_chip = {
+static struct irq_chip ht_irq_chip = {
        .name           = "PCI-HT",
        .mask           = mask_ht_irq,
        .unmask         = unmask_ht_irq,
This page took 0.024241 seconds and 5 git commands to generate.