commit | 35a3f871fcf6a80ff42885782c3ba10d7fc62046 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:56 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 13:27:28 2020 -0500 |
tree | 625b969156e65aba83273d336a568a46e65e4db2 | |
parent | 6f5fb71240cda307dcc3c031a1bce3ab4f15c308 [diff] [blame] |
common: Move ll_boot_init() to init.h This is an init-related function so belongs in that file. Move it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c index 1d4064e..90f224b 100644 --- a/drivers/pci/pci_rom.c +++ b/drivers/pci/pci_rom.c
@@ -26,6 +26,7 @@ #include <bios_emul.h> #include <dm.h> #include <errno.h> +#include <init.h> #include <malloc.h> #include <pci.h> #include <pci_rom.h>