diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 08:23:00 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 11:02:37 -0400 |
commit | 5d9828563f80a1319e793166974dd6003dc1d941 (patch) | |
tree | 37206c501f1bdd34d92aaabe66702b12ee3f8c99 /board/lego | |
parent | c45300b0385e8c5f6be789421bd45de66fcfe1ed (diff) | |
download | u-boot-5d9828563f80a1319e793166974dd6003dc1d941.tar.gz u-boot-5d9828563f80a1319e793166974dd6003dc1d941.tar.bz2 u-boot-5d9828563f80a1319e793166974dd6003dc1d941.zip |
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/lego')
-rw-r--r-- | board/lego/ev3/legoev3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/lego/ev3/legoev3.c b/board/lego/ev3/legoev3.c index 3d6de11798..26534394ab 100644 --- a/board/lego/ev3/legoev3.c +++ b/board/lego/ev3/legoev3.c @@ -26,6 +26,7 @@ #include <linux/errno.h> #include <hwconfig.h> #include <asm/mach-types.h> +#include <asm/setup.h> #ifdef CONFIG_MMC_DAVINCI #include <mmc.h> |