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/compulab/common/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/compulab/common/common.c') diff --git a/board/compulab/common/common.c b/board/compulab/common/common.c index b25d9a20b4..bf2ac7bd7f 100644 --- a/board/compulab/common/common.c +++ b/board/compulab/common/common.c @@ -9,6 +9,7 @@ #include #include #include +#include #include "common.h" #include "eeprom.h" -- cgit