commit | 4e4bf9449b4f436419490a4a8cf4de17433cac15 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 31 12:28:48 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 10 13:46:55 2022 -0400 |
tree | d8a562562004af2b2a5dc0dbe1b19bec686c21de | |
parent | 99699a770744b91d93399daccf3b3caf506c04c7 [diff] [blame] |
common: Drop display_options.h from common header Move this out of the common header and include it only where needed. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a/ls1028a.c index 1a7806f..faecb60 100644 --- a/board/freescale/ls1028a/ls1028a.c +++ b/board/freescale/ls1028a/ls1028a.c
@@ -4,6 +4,7 @@ */ #include <common.h> +#include <display_options.h> #include <init.h> #include <malloc.h> #include <errno.h>