mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
* Fix a bunch of compiler warnings for gcc 4.0
Signed-off-by: Matthew McClintock <msm@freescale.com>
This commit is contained in:
parent
5f3249a0a1
commit
13a7fcdf37
13 changed files with 16 additions and 25 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue