]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/stxgp3/stxgp3.c
* Fix a bunch of compiler warnings for gcc 4.0
[karo-tx-uboot.git] / board / stxgp3 / stxgp3.c
index 2b3949cd7b368802dae7328ef2c91e5630cc80ae..a58c043b629fa66fbce11300010ac90e4e9e2585 100644 (file)
@@ -375,8 +375,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 */
 }