common: Move pci_init_board() out of common.h
[oweals/u-boot.git] / include / init.h
index e506cd30dd1c02670eaa149444ff455c4a4ead08..3b45e631fcaf7c319e9730cdd05e388efb65e8ff 100644 (file)
@@ -205,6 +205,9 @@ int board_late_init(void);
 int board_postclk_init(void); /* after clocks/timebase, before env/serial */
 int board_early_init_r(void);
 
+/* TODO(sjg@chromium.org): Drop this when DM_PCI migration is completed */
+void pci_init_board(void);
+
 #endif /* __ASSEMBLY__ */
 /* Put only stuff here that the assembler can digest */