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:
Kumar Gala 2018-10-31 20:21:55 -05:00 committed by Carles Cufí
commit 10976dda23
3 changed files with 0 additions and 3 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <board.h>
#include <toolchain.h>
#include <linker/sections.h>
#include <arch/cpu.h>

View file

@ -9,7 +9,6 @@
#include <device.h>
#include <init.h>
#include "board.h"
#include <kernel.h>
#include <arch/cpu.h>

View file

@ -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>