diff options
author | Linas Vepstas <linas@linas.org> | 2005-11-03 19:48:45 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-09 19:33:07 -0500 |
commit | 56b0fca3a008ddec8c00cfdddbef17bd9ce188e3 (patch) | |
tree | cc4138445bd5f65a59c7d2f68ab5169dceb1766f /include/asm-powerpc/ppc-pci.h | |
parent | 693765021460f19c5d7c638eb76e2efe1cd84752 (diff) |
[PATCH] ppc64: PCI address cache minor fixes
03-eeh-addr-cache-cleanup.patch
This is a minor patch to clean up a buglet related to the PCI address cache.
(The buglet doesn't manifes itself unless there are also bugs elsewhere,
which is why its minor.). Also:
-- Improved debug printing.
-- Declare some private routines as static
-- Adds reference counting to struct pci_dn->pcidev structure
Signed-off-by: Linas Vepstas <linas@linas.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/ppc-pci.h')
-rw-r--r-- | include/asm-powerpc/ppc-pci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-powerpc/ppc-pci.h b/include/asm-powerpc/ppc-pci.h index 302f0a9878c7..c47146f74a7b 100644 --- a/include/asm-powerpc/ppc-pci.h +++ b/include/asm-powerpc/ppc-pci.h | |||
@@ -40,10 +40,6 @@ void pci_devs_phb_init(void); | |||
40 | void pci_devs_phb_init_dynamic(struct pci_controller *phb); | 40 | void pci_devs_phb_init_dynamic(struct pci_controller *phb); |
41 | void __devinit scan_phb(struct pci_controller *hose); | 41 | void __devinit scan_phb(struct pci_controller *hose); |
42 | 42 | ||
43 | /* PCI address cache management routines */ | ||
44 | void pci_addr_cache_insert_device(struct pci_dev *dev); | ||
45 | void pci_addr_cache_remove_device(struct pci_dev *dev); | ||
46 | |||
47 | /* From rtas_pci.h */ | 43 | /* From rtas_pci.h */ |
48 | void init_pci_config_tokens (void); | 44 | void init_pci_config_tokens (void); |
49 | unsigned long get_phb_buid (struct device_node *); | 45 | unsigned long get_phb_buid (struct device_node *); |