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 /arch/arm/cpu | |
| 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 'arch/arm/cpu')
| -rw-r--r-- | arch/arm/cpu/armv7/s5p-common/cpu_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/s5p-common/cpu_info.c b/arch/arm/cpu/armv7/s5p-common/cpu_info.c index d910282e2b2..fb2920950d4 100644 --- a/arch/arm/cpu/armv7/s5p-common/cpu_info.c +++ b/arch/arm/cpu/armv7/s5p-common/cpu_info.c @@ -4,6 +4,7 @@ * Minkyu Kang <[email protected]> */ #include <common.h> +#include <display_options.h> #include <fdtdec.h> #include <init.h> #include <asm/global_data.h> |
