]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pm854/pm854.c
* Fix a bunch of compiler warnings for gcc 4.0
[karo-tx-uboot.git] / board / pm854 / pm854.c
index 94c492f7821483f0f0670bbdfe9b97fd87b52228..6ead1d06309af46aadbf08906d0b643e4b423bcf 100644 (file)
@@ -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 */
 }