* Fix a bunch of compiler warnings for gcc 4.0
[kernel/u-boot.git] / board / cds / mpc8541cds / mpc8541cds.c
index c2b3009..a42904c 100644 (file)
@@ -497,8 +497,6 @@ void
 pci_init_board(void)
 {
 #ifdef CONFIG_PCI
-       extern void pci_mpc85xx_init(struct pci_controller **hose);
-
-       pci_mpc85xx_init(&hose);
+       pci_mpc85xx_init(hose);
 #endif
 }