diff options
Diffstat (limited to 'board/stxgp3/stxgp3.c')
-rw-r--r-- | board/stxgp3/stxgp3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/stxgp3/stxgp3.c b/board/stxgp3/stxgp3.c index 2b3949cd7b3..a58c043b629 100644 --- a/board/stxgp3/stxgp3.c +++ b/board/stxgp3/stxgp3.c @@ -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 */ } |