* Fix a bunch of compiler warnings for gcc 4.0
[kernel/u-boot.git] / include / pci.h
index e0e8783..7c9a0e3 100644 (file)
@@ -501,4 +501,7 @@ extern int pci_hose_config_device(struct pci_controller *hose,
 extern void pci_mpc824x_init (struct pci_controller *hose);
 #endif
 
+#ifdef CONFIG_MPC85xx
+extern void pci_mpc85xx_init (struct pci_controller *hose);
+#endif
 #endif /* _PCI_H */