X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ftqm85xx%2Ftqm85xx.c;h=256c076c7ddf2ee26ea9a1ffdbffc2ae2f587ce1;hb=8ce16f55c7b9752af3d8bed84521aec5337e2de1;hp=b4ef5afe70f2807af46f4a24040c49dd5666b7e1;hpb=b5338b23a15779204cccb0706c06087b86c22f07;p=u-boot diff --git a/board/tqm85xx/tqm85xx.c b/board/tqm85xx/tqm85xx.c index b4ef5afe70..256c076c7d 100644 --- a/board/tqm85xx/tqm85xx.c +++ b/board/tqm85xx/tqm85xx.c @@ -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 */ }