aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/pci_impl.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-03-01 02:38:38 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-26 04:55:07 -0400
commit1e8a8cc52daa95e702303ca3ce67955a4c051d7d (patch)
tree8008f55f6d3c3f83b8512e9f02aa864482271f37 /arch/sparc64/kernel/pci_impl.h
parenta2fb23af1c31ad6e0c281e56d385f803229d57fa (diff)
[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/pci_impl.h')
-rw-r--r--arch/sparc64/kernel/pci_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/pci_impl.h b/arch/sparc64/kernel/pci_impl.h
index ea8a6bd146ae..c4ba702e1fd9 100644
--- a/arch/sparc64/kernel/pci_impl.h
+++ b/arch/sparc64/kernel/pci_impl.h
@@ -13,6 +13,7 @@
13#include <asm/prom.h> 13#include <asm/prom.h>
14 14
15extern struct pci_controller_info *pci_controller_root; 15extern struct pci_controller_info *pci_controller_root;
16extern unsigned long pci_memspace_mask;
16 17
17extern int pci_num_controllers; 18extern int pci_num_controllers;
18 19