* Fix a bunch of compiler warnings for gcc 4.0
[kernel/u-boot.git] / board / tqm85xx / tqm85xx.c
index b4ef5af..256c076 100644 (file)
@@ -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 */
 }