arm: include: Add DTS generated file to arch.h

This patch moves the include for the generated_dts_board.h inside of
the include/arch/arm/arch.h file.  This was done to simplify the
includes required for files.  Only two files will include the dts
generated include file directly: arch.h and the linker.ld

Change-Id: I2614f4fd4eeed2ab635a3264d7dac8b83f97b760
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Andy Gross 2017-02-10 15:31:26 -06:00
commit ac37e3e2c7
5 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,6 @@
#define _SW_ISR_TABLE__H_
#include <arch/cpu.h>
#include <generated_dts_board.h>
#ifdef __cplusplus
extern "C" {