aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/mpc85xx.h
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2006-02-10 17:01:06 -0600
committerKumar Gala <galak@kernel.crashing.org>2006-02-21 23:48:59 -0600
commit8080d5497146d5d27d9e8e78229d1adc7fe280cf (patch)
tree8ce379ab20f59951507b328fe86beddd5855ce80 /arch/powerpc/platforms/85xx/mpc85xx.h
parent774fee58c465ea1c7e9775e347ec307bcf2deeb3 (diff)
downloadlinux-8080d5497146d5d27d9e8e78229d1adc7fe280cf.tar.gz
powerpc: Add PCI support for 8540 ADS to powerpc tree
Add PCI support for setting PCI from flat device tree on 85xx specifically for MPC8540 ADS. Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/mpc85xx.h')
-rw-r--r--arch/powerpc/platforms/85xx/mpc85xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/mpc85xx.h b/arch/powerpc/platforms/85xx/mpc85xx.h
index be75abb2a2836f..b44db6268f3d0e 100644
--- a/arch/powerpc/platforms/85xx/mpc85xx.h
+++ b/arch/powerpc/platforms/85xx/mpc85xx.h
@@ -15,3 +15,4 @@
*/
extern void mpc85xx_restart(char *);
+extern int add_bridge(struct device_node *dev);