I haven't found any modular usage of pcibios_penalize_isa_irq in the 
kernel.

Is this patch correct?


Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

---

 arch/i386/kernel/i386_ksyms.c    |    1 -
 arch/sh/kernel/sh_ksyms.c        |    1 -
 arch/x86_64/kernel/x8664_ksyms.c |    1 -
 3 files changed, 3 deletions(-)

--- linux-2.6.11-rc1-mm2-full/arch/i386/kernel/i386_ksyms.c.old 2005-01-21 
11:55:47.000000000 +0100
+++ linux-2.6.11-rc1-mm2-full/arch/i386/kernel/i386_ksyms.c     2005-01-21 
11:55:54.000000000 +0100
@@ -112,7 +112,6 @@
 EXPORT_SYMBOL(dma_free_coherent);
 
 #ifdef CONFIG_PCI
-EXPORT_SYMBOL(pcibios_penalize_isa_irq);
 EXPORT_SYMBOL(pci_mem_start);
 #endif
 
--- linux-2.6.11-rc1-mm2-full/arch/sh/kernel/sh_ksyms.c.old     2005-01-21 
11:56:01.000000000 +0100
+++ linux-2.6.11-rc1-mm2-full/arch/sh/kernel/sh_ksyms.c 2005-01-21 
11:56:04.000000000 +0100
@@ -51,7 +51,6 @@
 #ifdef CONFIG_PCI
 EXPORT_SYMBOL(pci_alloc_consistent);
 EXPORT_SYMBOL(pci_free_consistent);
-EXPORT_SYMBOL(pcibios_penalize_isa_irq);
 #endif
 
 /* mem exports */
--- linux-2.6.11-rc1-mm2-full/arch/x86_64/kernel/x8664_ksyms.c.old      
2005-01-21 11:56:11.000000000 +0100
+++ linux-2.6.11-rc1-mm2-full/arch/x86_64/kernel/x8664_ksyms.c  2005-01-21 
11:56:17.000000000 +0100
@@ -104,7 +104,6 @@
 #endif
 
 #ifdef CONFIG_PCI
-EXPORT_SYMBOL(pcibios_penalize_isa_irq);
 EXPORT_SYMBOL(pci_mem_start);
 #endif
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to