diff options
| author | Simon Glass <[email protected]> | 2022-07-31 12:28:48 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-10 13:46:55 -0400 |
| commit | 4e4bf9449b4f436419490a4a8cf4de17433cac15 (patch) | |
| tree | d8a562562004af2b2a5dc0dbe1b19bec686c21de /include/common.h | |
| parent | 99699a770744b91d93399daccf3b3caf506c04c7 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 71df59bca0e..25c317f4439 100644 --- a/include/common.h +++ b/include/common.h @@ -23,7 +23,6 @@ #include <stdio.h> #include <linux/kernel.h> #include <asm/u-boot.h> /* boot information for Linux kernel */ -#include <display_options.h> #include <vsprintf.h> #endif /* __ASSEMBLY__ */ |
