commit | a79fc7a79cc9d4f7a46b19a4891484ac1e9ef599 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Apr 27 08:11:00 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:05:04 2024 -0600 |
tree | eb961c176292ac7e2dfbeb8fc374003d1226eb28 | |
parent | 301bac6047c85e2c5e39929805ca661bb09a7481 [diff] [blame] |
common: Remove <common.h> and add needed includes Remove <common.h> from all "commmon/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/common/board_r.c b/common/board_r.c index da0b80f..c823cd2 100644 --- a/common/board_r.c +++ b/common/board_r.c
@@ -9,7 +9,7 @@ * Marius Groeger <mgroeger@sysgo.de> */ -#include <common.h> +#include <config.h> #include <api.h> #include <bootstage.h> #include <cpu_func.h>