lkml.org 
[lkml]   [2005]   [Jan]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[RFC: 2.6 patch] unexport pcibios_penalize_isa_irq
I haven't found any modular usage of pcibios_penalize_isa_irq in the 
kernel.

Is this patch correct?


Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

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 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 14:09    [W:0.027 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site