summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/pci-bridge.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-04-30 09:26:21 (GMT)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-05-21 05:44:24 (GMT)
commit2eb4afb69ff3cdd357d5e68ed82cd131916bd8a7 (patch)
treed34aa8f91b110718ae29e357d2b93bd1361c73cc /arch/powerpc/include/asm/pci-bridge.h
parent58513dc40d8e01f0c0ccea4cdcbc32e9dcee62fd (diff)
downloadlinux-fsl-qoriq-2eb4afb69ff3cdd357d5e68ed82cd131916bd8a7.tar.xz
powerpc/pci: Move pseries code into pseries platform specific area
There doesn't appear to be any specific reason that we need to setup the pseries specific notifier in generic arch pci code. Move it into pseries land. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/pci-bridge.h')
-rw-r--r--arch/powerpc/include/asm/pci-bridge.h1
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 9861258..0dbf66b 100644
--- a/arch/powerpc/include/asm/pci-bridge.h
+++ b/arch/powerpc/include/asm/pci-bridge.h
@@ -223,6 +223,7 @@ struct pci_dn {
#define PCI_DN(dn) ((struct pci_dn *) (dn)->data)
extern struct device_node *fetch_dev_dn(struct pci_dev *dev);
+extern void * update_dn_pci_info(struct device_node *dn, void *data);
/* Get a device_node from a pci_dev. This code must be fast except
* in the case where the sysdata is incorrect and needs to be fixed