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>
This commit is contained in:
Tom Rini
2024-05-06 15:05:03 -06:00
parent 55608302a4
commit d3127bca96
5 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
* CPU specific code
*/
#include <common.h>
#include <config.h>
#include <command.h>
#include <init.h>
#include <vsprintf.h>
+1 -1
View File
@@ -10,12 +10,12 @@
* (Note that alloca is a special case and handled in start.S)
*/
#include <common.h>
#include <command.h>
#include <irq_func.h>
#include <asm/ptrace.h>
#include <asm/string.h>
#include <asm/regs.h>
#include <vsprintf.h>
typedef void (*handler_t)(struct pt_regs *);
-1
View File
@@ -4,7 +4,6 @@
* (C) Copyright 2014 Cadence Design Systems Inc.
*/
#include <common.h>
#include <bootm.h>
#include <bootstage.h>
#include <command.h>
-1
View File
@@ -4,7 +4,6 @@
* (C) Copyright 2014 - 2016 Cadence Design Systems Inc.
*/
#include <common.h>
#include <cpu_func.h>
#include <asm/cache.h>
-1
View File
@@ -3,7 +3,6 @@
* (C) Copyright 2008 - 2013 Tensilica Inc.
*/
#include <common.h>
#include <clock_legacy.h>
#include <time.h>
#include <asm/global_data.h>