summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/sparc64_ksyms.c
diff options
context:
space:
mode:
authorDavid S. Miller2007-03-01 08:38:38 +0100
committerDavid S. Miller2007-04-26 10:55:07 +0200
commit1e8a8cc52daa95e702303ca3ce67955a4c051d7d (patch)
tree8008f55f6d3c3f83b8512e9f02aa864482271f37 /arch/sparc64/kernel/sparc64_ksyms.c
parent[SPARC64]: Probe PCI bus using OF device tree. (diff)
downloadkernel-qcow2-linux-1e8a8cc52daa95e702303ca3ce67955a4c051d7d.tar.gz
kernel-qcow2-linux-1e8a8cc52daa95e702303ca3ce67955a4c051d7d.tar.xz
kernel-qcow2-linux-1e8a8cc52daa95e702303ca3ce67955a4c051d7d.zip
[SPARC64]: Internalize pci_memspace_mask.
The only user was bus_dvma_to_mem() which is no longer used by any driver, so kill that, and the export of pci_memspace_mask. The only user now is the PCI mmap support code. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/sparc64_ksyms.c')
-rw-r--r--arch/sparc64/kernel/sparc64_ksyms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/sparc64_ksyms.c b/arch/sparc64/kernel/sparc64_ksyms.c
index beffc82a1e85..d00f51a5683f 100644
--- a/arch/sparc64/kernel/sparc64_ksyms.c
+++ b/arch/sparc64/kernel/sparc64_ksyms.c
@@ -212,7 +212,6 @@ EXPORT_SYMBOL(insl);
#ifdef CONFIG_PCI
EXPORT_SYMBOL(ebus_chain);
EXPORT_SYMBOL(isa_chain);
-EXPORT_SYMBOL(pci_memspace_mask);
EXPORT_SYMBOL(pci_alloc_consistent);
EXPORT_SYMBOL(pci_free_consistent);
EXPORT_SYMBOL(pci_map_single);