summaryrefslogtreecommitdiff
path: root/board/tqm85xx/tqm85xx.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-10-19 11:33:52 -0500
committerJon Loeliger <jdl@freescale.com>2006-10-19 11:33:52 -0500
commit13a7fcdf37f6ea9429ae04c9df67f893364cfe4b (patch)
treece428464fe9a2e0bb74e024c124f9204d9cfefb4 /board/tqm85xx/tqm85xx.c
parent5f3249a0a168e446a4cc9669b2bce0bc456f0a09 (diff)
downloadu-boot-imx-13a7fcdf37f6ea9429ae04c9df67f893364cfe4b.zip
u-boot-imx-13a7fcdf37f6ea9429ae04c9df67f893364cfe4b.tar.gz
u-boot-imx-13a7fcdf37f6ea9429ae04c9df67f893364cfe4b.tar.bz2
* Fix a bunch of compiler warnings for gcc 4.0
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'board/tqm85xx/tqm85xx.c')
-rw-r--r--board/tqm85xx/tqm85xx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/tqm85xx/tqm85xx.c b/board/tqm85xx/tqm85xx.c
index b4ef5af..256c076 100644
--- a/board/tqm85xx/tqm85xx.c
+++ b/board/tqm85xx/tqm85xx.c
@@ -408,8 +408,6 @@ static struct pci_controller hose = {
void pci_init_board (void)
{
#ifdef CONFIG_PCI
- extern void pci_mpc85xx_init (struct pci_controller *hose);
-
pci_mpc85xx_init (&hose);
#endif /* CONFIG_PCI */
}