soc: Remove board.h include
The soc code doesn't need anything from board.h so lets remove the include. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
aacdd64584
commit
10976dda23
3 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <board.h>
|
||||
#include <toolchain.h>
|
||||
#include <linker/sections.h>
|
||||
#include <arch/cpu.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <device.h>
|
||||
#include <init.h>
|
||||
|
||||
#include "board.h"
|
||||
#include <kernel.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include <device.h>
|
||||
#include <xtensa_api.h>
|
||||
#include <xtensa/xtruntime.h>
|
||||
#include <board.h>
|
||||
#include <irq_nextlevel.h>
|
||||
#include <xtensa/hal.h>
|
||||
#include <init.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue