summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ppc_ksyms.c
diff options
context:
space:
mode:
authorKumar Gala2007-06-27 17:27:33 +0200
committerKumar Gala2007-06-29 08:58:42 +0200
commit0b1d40c4d4dd8f276d8d9730204b3a0a17ab0d61 (patch)
treef73777caa266cd306a415d5f50abe9cb93f7fba5 /arch/powerpc/kernel/ppc_ksyms.c
parent[POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypes (diff)
downloadkernel-qcow2-linux-0b1d40c4d4dd8f276d8d9730204b3a0a17ab0d61.tar.gz
kernel-qcow2-linux-0b1d40c4d4dd8f276d8d9730204b3a0a17ab0d61.tar.xz
kernel-qcow2-linux-0b1d40c4d4dd8f276d8d9730204b3a0a17ab0d61.zip
[POWERPC] Move pci_bus_to_hose users to pci_bus_to_host
In the places we can move to using pci_bus_to_host, this allows us to make pci_bus_to_host static and remove its export. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/ppc_ksyms.c')
-rw-r--r--arch/powerpc/kernel/ppc_ksyms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
index c58f2de8f2f6..e973c3230ef0 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -106,7 +106,6 @@ EXPORT_SYMBOL(isa_mem_base);
EXPORT_SYMBOL(pci_dram_offset);
EXPORT_SYMBOL(pci_alloc_consistent);
EXPORT_SYMBOL(pci_free_consistent);
-EXPORT_SYMBOL(pci_bus_to_hose);
#endif /* CONFIG_PCI */
EXPORT_SYMBOL(start_thread);