diff options
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/pci-bridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/pci-bridge.h b/arch/powerpc/include/asm/pci-bridge.h index 9861258f6a4c..0dbf66bdb01d 100644 --- a/arch/powerpc/include/asm/pci-bridge.h +++ b/arch/powerpc/include/asm/pci-bridge.h | |||
@@ -223,6 +223,7 @@ struct pci_dn { | |||
223 | #define PCI_DN(dn) ((struct pci_dn *) (dn)->data) | 223 | #define PCI_DN(dn) ((struct pci_dn *) (dn)->data) |
224 | 224 | ||
225 | extern struct device_node *fetch_dev_dn(struct pci_dev *dev); | 225 | extern struct device_node *fetch_dev_dn(struct pci_dev *dev); |
226 | extern void * update_dn_pci_info(struct device_node *dn, void *data); | ||
226 | 227 | ||
227 | /* Get a device_node from a pci_dev. This code must be fast except | 228 | /* Get a device_node from a pci_dev. This code must be fast except |
228 | * in the case where the sysdata is incorrect and needs to be fixed | 229 | * in the case where the sysdata is incorrect and needs to be fixed |