diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 10:44:56 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-17 13:27:28 -0500 |
commit | 35a3f871fcf6a80ff42885782c3ba10d7fc62046 (patch) | |
tree | 625b969156e65aba83273d336a568a46e65e4db2 /drivers/pci | |
parent | 6f5fb71240cda307dcc3c031a1bce3ab4f15c308 (diff) | |
download | u-boot-35a3f871fcf6a80ff42885782c3ba10d7fc62046.tar.gz u-boot-35a3f871fcf6a80ff42885782c3ba10d7fc62046.tar.bz2 u-boot-35a3f871fcf6a80ff42885782c3ba10d7fc62046.zip |
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/pci_rom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c index 1d4064e376..90f224b045 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> |