From 5d9828563f80a1319e793166974dd6003dc1d941 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:23:00 -0600 Subject: 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 --- board/gateworks/gw_ventana/gw_ventana.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/gateworks') 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 #include #include +#include #include #include #include -- cgit