]> git.sur5r.net Git - u-boot/blobdiff - board/tqm85xx/tqm85xx.c
ppc4xx: Clear Sequoia/Rainier security engine reset bits
[u-boot] / board / tqm85xx / tqm85xx.c
index b4ef5afe70f2807af46f4a24040c49dd5666b7e1..256c076c7ddf2ee26ea9a1ffdbffc2ae2f587ce1 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 */
 }