commit | d9a766fabd92f6a2080e46368078044bbb4d9302 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 08:23:00 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 11:02:37 2017 -0400 |
tree | 37206c501f1bdd34d92aaabe66702b12ee3f8c99 | |
parent | 30db774b64fae930d4b3f5a04adbeee99d0e5260 [diff] [blame] |
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>
diff --git a/board/compulab/common/common.c b/board/compulab/common/common.c index b25d9a2..bf2ac7b 100644 --- a/board/compulab/common/common.c +++ b/board/compulab/common/common.c
@@ -9,6 +9,7 @@ #include <common.h> #include <asm/bootm.h> #include <asm/gpio.h> +#include <asm/setup.h> #include "common.h" #include "eeprom.h"