commit | da25eff5bc593a8e2bac0fb7901b5230d5309abe | [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 | 2c33b4cd9c99566b32bea21f4bbe24f9ef62ff82 [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/video/broadwell_igd.c b/drivers/video/broadwell_igd.c index e6df037..c23421d 100644 --- a/drivers/video/broadwell_igd.c +++ b/drivers/video/broadwell_igd.c
@@ -8,6 +8,7 @@ #include <common.h> #include <bios_emul.h> #include <dm.h> +#include <init.h> #include <vbe.h> #include <video.h> #include <asm/cpu.h>