diff options
| author | Simon Glass <[email protected]> | 2021-08-01 18:54:39 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-06 08:26:48 -0400 |
| commit | 23cd8a63a036234fc9142015bf40b15d7ce27655 (patch) | |
| tree | 090e227af2f3af6350383feea8d17cb7142f3bc3 /include/init.h | |
| parent | e15ba6802912a30da0de92c20dbe574f25a96d21 (diff) | |
pci: Drop pci_init_board()
With the conversion to driver model, this is not needed now. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/init.h')
| -rw-r--r-- | include/init.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/init.h b/include/init.h index fd51d7f9667..c781789e367 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([email protected]): Drop this when DM_PCI migration is completed */ -void pci_init_board(void); - /** * arch_initr_trap() - Init traps * |
