commit | c934adb00c8f9741399664b547f135de35db52f5 | [log] [tgz] |
---|---|---|
author | Jon Loeliger <jdl@freescale.com> | Thu Oct 19 11:33:52 2006 -0500 |
committer | Jon Loeliger <jdl@freescale.com> | Thu Oct 19 11:33:52 2006 -0500 |
tree | ce428464fe9a2e0bb74e024c124f9204d9cfefb4 | |
parent | 2267ba91291628fef3852c98c51346c7c3d6668f [diff] [blame] |
* Fix a bunch of compiler warnings for gcc 4.0 Signed-off-by: Matthew McClintock <msm@freescale.com>
diff --git a/include/pci.h b/include/pci.h index e0e8783..7c9a0e3 100644 --- a/include/pci.h +++ b/include/pci.h
@@ -501,4 +501,7 @@ 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 */