X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ftqm85xx%2Ftqm85xx.c;h=256c076c7ddf2ee26ea9a1ffdbffc2ae2f587ce1;hb=8ce16f55c7b9752af3d8bed84521aec5337e2de1;hp=befe8b76c8bfdaf89afed718e418dd7ca3eebe31;hpb=bc8bb6d458a2dfb5ae220b7df057e0f508c538ad;p=u-boot diff --git a/board/tqm85xx/tqm85xx.c b/board/tqm85xx/tqm85xx.c index befe8b76c8..256c076c7d 100644 --- a/board/tqm85xx/tqm85xx.c +++ b/board/tqm85xx/tqm85xx.c @@ -27,10 +27,6 @@ * MA 02111-1307 USA */ -#ifdef CONFIG_PS2MULT -void ps2mult_early_init(void); -#endif - #include #include #include @@ -47,6 +43,10 @@ void local_bus_init (void); long int fixed_sdram (void); ulong flash_get_size (ulong base, int banknum); +#ifdef CONFIG_PS2MULT +void ps2mult_early_init(void); +#endif + #ifdef CONFIG_CPM2 /* * I/O Port configuration table @@ -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 */ } @@ -423,4 +421,3 @@ int board_early_init_r (void) return (0); } #endif /* CONFIG_BOARD_EARLY_INIT_R */ -