[PATCH] export IO_APIC_get_PCI_irq_vector for IBM PCI Hotplug driver

Greg KH (greg@kroah.com)
Mon, 11 Mar 2002 10:54:35 -0800


Hi,

Here's a patch against 2.4.19-pre2 that exports a symbol that is needed
by the IBM PCI hotplug driver if it is built as a module.

thanks,

greg k-h

diff -Nru a/arch/i386/kernel/i386_ksyms.c b/arch/i386/kernel/i386_ksyms.c
--- a/arch/i386/kernel/i386_ksyms.c Mon Mar 11 10:47:54 2002
+++ b/arch/i386/kernel/i386_ksyms.c Mon Mar 11 10:47:54 2002
@@ -146,6 +146,10 @@
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/