diff options
author | Simon Glass | 2017-05-17 08:23:00 -0600 |
---|---|---|
committer | Tom Rini | 2017-06-05 11:02:37 -0400 |
commit | 5d9828563f80a1319e793166974dd6003dc1d941 (patch) | |
tree | 37206c501f1bdd34d92aaabe66702b12ee3f8c99 /board/bluegiga/apx4devkit | |
parent | c45300b0385e8c5f6be789421bd45de66fcfe1ed (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/bluegiga/apx4devkit')
-rw-r--r-- | board/bluegiga/apx4devkit/apx4devkit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/bluegiga/apx4devkit/apx4devkit.c b/board/bluegiga/apx4devkit/apx4devkit.c index 08e79bd7ac4..2215c29c9c6 100644 --- a/board/bluegiga/apx4devkit/apx4devkit.c +++ b/board/bluegiga/apx4devkit/apx4devkit.c @@ -17,6 +17,7 @@ #include <common.h> #include <asm/gpio.h> #include <asm/io.h> +#include <asm/setup.h> #include <asm/arch/imx-regs.h> #include <asm/arch/iomux-mx28.h> #include <asm/arch/clock.h> |