aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/apic/io_apic.c')
-rw-r--r--arch/x86/kernel/apic/io_apic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index ea22a86e3cda..3a45d2ec9740 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -736,7 +736,6 @@ static int __init ioapic_pirq_setup(char *str)
736__setup("pirq=", ioapic_pirq_setup); 736__setup("pirq=", ioapic_pirq_setup);
737#endif /* CONFIG_X86_32 */ 737#endif /* CONFIG_X86_32 */
738 738
739#ifdef CONFIG_INTR_REMAP
740struct IO_APIC_route_entry **alloc_ioapic_entries(void) 739struct IO_APIC_route_entry **alloc_ioapic_entries(void)
741{ 740{
742 int apic; 741 int apic;
@@ -857,7 +856,6 @@ void free_ioapic_entries(struct IO_APIC_route_entry **ioapic_entries)
857 856
858 kfree(ioapic_entries); 857 kfree(ioapic_entries);
859} 858}
860#endif
861 859
862/* 860/*
863 * Find the IRQ entry number of a certain pin. 861 * Find the IRQ entry number of a certain pin.