summaryrefslogtreecommitdiff
path: root/board/gateworks
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 08:23:00 -0600
committerTom Rini <trini@konsulko.com>2017-06-05 11:02:37 -0400
commit5d9828563f80a1319e793166974dd6003dc1d941 (patch)
tree37206c501f1bdd34d92aaabe66702b12ee3f8c99 /board/gateworks
parentc45300b0385e8c5f6be789421bd45de66fcfe1ed (diff)
arm: Include asm/setup.h explictly
Include this header where needed so we do not need to rely on common.h. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/gateworks')
-rw-r--r--board/gateworks/gw_ventana/gw_ventana.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c
index a68ec69f18..6b950eeb21 100644
--- a/board/gateworks/gw_ventana/gw_ventana.c
+++ b/board/gateworks/gw_ventana/gw_ventana.c
@@ -19,6 +19,7 @@
#include <asm/imx-common/spi.h>
#include <asm/imx-common/video.h>
#include <asm/io.h>
+#include <asm/setup.h>
#include <dm.h>
#include <dm/platform_data/serial_mxc.h>
#include <hwconfig.h>