lkml.org 
[lkml]   [2002]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] export IO_APIC_get_PCI_irq_vector for IBM PCI Hotplug driver
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/
\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.022 / U:0.644 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site