diff options
| author | Jon Loeliger <jdl@freescale.com> | 2006-10-19 11:33:52 -0500 |
|---|---|---|
| committer | Jon Loeliger <jdl@freescale.com> | 2006-10-19 11:33:52 -0500 |
| commit | 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b (patch) | |
| tree | ce428464fe9a2e0bb74e024c124f9204d9cfefb4 /include/pci.h | |
| parent | 5f3249a0a168e446a4cc9669b2bce0bc456f0a09 (diff) | |
| download | olio-uboot-2014.01-13a7fcdf37f6ea9429ae04c9df67f893364cfe4b.tar.xz olio-uboot-2014.01-13a7fcdf37f6ea9429ae04c9df67f893364cfe4b.zip | |
* Fix a bunch of compiler warnings for gcc 4.0
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'include/pci.h')
| -rw-r--r-- | include/pci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pci.h b/include/pci.h index e0e8783a7..7c9a0e344 100644 --- a/include/pci.h +++ b/include/pci.h @@ -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 */ |