diff options
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/io_apic.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c index 5a1252753dbb..b7287fb499f3 100644 --- a/arch/i386/kernel/io_apic.c +++ b/arch/i386/kernel/io_apic.c | |||
@@ -33,6 +33,7 @@ | |||
33 | #include <linux/sysdev.h> | 33 | #include <linux/sysdev.h> |
34 | #include <linux/pci.h> | 34 | #include <linux/pci.h> |
35 | #include <linux/msi.h> | 35 | #include <linux/msi.h> |
36 | #include <linux/htirq.h> | ||
36 | 37 | ||
37 | #include <asm/io.h> | 38 | #include <asm/io.h> |
38 | #include <asm/smp.h> | 39 | #include <asm/smp.h> |
@@ -2409,9 +2410,8 @@ static int __init ioapic_init_sysfs(void) | |||
2409 | 2410 | ||
2410 | device_initcall(ioapic_init_sysfs); | 2411 | device_initcall(ioapic_init_sysfs); |
2411 | 2412 | ||
2412 | #ifdef CONFIG_PCI_MSI | ||
2413 | /* | 2413 | /* |
2414 | * Dynamic irq allocate and deallocation for MSI | 2414 | * Dynamic irq allocate and deallocation |
2415 | */ | 2415 | */ |
2416 | int create_irq(void) | 2416 | int create_irq(void) |
2417 | { | 2417 | { |
@@ -2450,7 +2450,6 @@ void destroy_irq(unsigned int irq) | |||
2450 | irq_vector[irq] = 0; | 2450 | irq_vector[irq] = 0; |
2451 | spin_unlock_irqrestore(&vector_lock, flags); | 2451 | spin_unlock_irqrestore(&vector_lock, flags); |
2452 | } | 2452 | } |
2453 | #endif /* CONFIG_PCI_MSI */ | ||
2454 | 2453 | ||
2455 | /* | 2454 | /* |
2456 | * MSI mesage composition | 2455 | * MSI mesage composition |