commit | d0e1c340c4c59450678bd08689913b6616d7d649 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:56 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:48 2020 +0530 |
tree | db6745edafdd5f76ce075862bd8c523f64933b5c | |
parent | db13e748ca7d2875f49d8dac2722f6b5914ba4bc [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>