Commit 3909a6f1 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

export the IO_APIC_get_PCI_irq_vector function, as the IBM PCI Hotplug

driver needs this.  This is already done in 2.4.x
parent d8149f5a
......@@ -145,6 +145,10 @@ EXPORT_SYMBOL(smp_call_function);
EXPORT_SYMBOL(flush_tlb_page);
#endif
#ifdef CONFIG_X86_IO_APIC
EXPORT_SYMBOL(IO_APIC_get_PCI_irq_vector);
#endif
#ifdef CONFIG_MCA
EXPORT_SYMBOL(machine_id);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment