summaryrefslogtreecommitdiff
path: root/include/init.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-02 03:54:39 +0300
committerTom Rini <trini@konsulko.com>2021-08-06 15:26:48 +0300
commit23cd8a63a036234fc9142015bf40b15d7ce27655 (patch)
tree090e227af2f3af6350383feea8d17cb7142f3bc3 /include/init.h
parente15ba6802912a30da0de92c20dbe574f25a96d21 (diff)
downloadu-boot-23cd8a63a036234fc9142015bf40b15d7ce27655.tar.xz
pci: Drop pci_init_board()
With the conversion to driver model, this is not needed now. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/init.h')
-rw-r--r--include/init.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/init.h b/include/init.h
index fd51d7f966..c781789e36 100644
--- a/include/init.h
+++ b/include/init.h
@@ -297,9 +297,6 @@ 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);
-
/**
* arch_initr_trap() - Init traps
*