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 /board/pm854 | |
parent | 5f3249a0a168e446a4cc9669b2bce0bc456f0a09 (diff) | |
download | talos-obmc-uboot-13a7fcdf37f6ea9429ae04c9df67f893364cfe4b.tar.gz talos-obmc-uboot-13a7fcdf37f6ea9429ae04c9df67f893364cfe4b.zip |
* Fix a bunch of compiler warnings for gcc 4.0
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'board/pm854')
-rw-r--r-- | board/pm854/pm854.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/pm854/pm854.c b/board/pm854/pm854.c index 94c492f782..6ead1d0630 100644 --- a/board/pm854/pm854.c +++ b/board/pm854/pm854.c @@ -289,8 +289,6 @@ void pci_init_board(void) { #ifdef CONFIG_PCI - extern void pci_mpc85xx_init(struct pci_controller *hose); - pci_mpc85xx_init(&hose); #endif /* CONFIG_PCI */ } |