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

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