commit | a771d355f7a66cba6781a171b9cfcd6941a900a8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Apr 27 08:10:53 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:05:03 2024 -0600 |
tree | 8084e3bf4c4fb3de3cac575f2811ccec1570b29e | |
parent | 67ecd6224b0990d96033c7f95a7dcd2e8ce4656c [diff] [blame] |
xtensa: Remove <common.h> and add needed includes Remove <common.h> from all xtensa architecture files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/xtensa/cpu/cpu.c b/arch/xtensa/cpu/cpu.c index 98d9753..abcd8f7 100644 --- a/arch/xtensa/cpu/cpu.c +++ b/arch/xtensa/cpu/cpu.c
@@ -8,7 +8,7 @@ * CPU specific code */ -#include <common.h> +#include <config.h> #include <command.h> #include <init.h> #include <vsprintf.h>