public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] unexport pcibios_penalize_isa_irq
@ 2005-01-21 11:19 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-01-21 11:19 UTC (permalink / raw)
  To: linux-kernel

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
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-21 11:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-21 11:19 [RFC: 2.6 patch] unexport pcibios_penalize_isa_irq Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox