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:
@@ -8,7 +8,7 @@
|
||||
* CPU specific code
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <command.h>
|
||||
#include <init.h>
|
||||
#include <vsprintf.h>
|
||||
|
||||
@@ -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 *);
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* (C) Copyright 2014 Cadence Design Systems Inc.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <bootm.h>
|
||||
#include <bootstage.h>
|
||||
#include <command.h>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* (C) Copyright 2014 - 2016 Cadence Design Systems Inc.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <asm/cache.h>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user