summaryrefslogtreecommitdiff
path: root/arch/arm/lib
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 08:22:59 -0600
committerTom Rini <trini@konsulko.com>2017-06-05 11:02:37 -0400
commitc45300b0385e8c5f6be789421bd45de66fcfe1ed (patch)
treeb7541984c51ecab3b6964740dbfaf50c8605f0b6 /arch/arm/lib
parentc62db35d52c6ba5f31ac36e690c58ec54b273298 (diff)
arm: Add declarations to avoid needing to include headers
At present common.h includes various ARM-specific headers. In preparation for dropping this, add a few explicit declarations. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/lib')
-rw-r--r--arch/arm/lib/bootm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index eb242223b4..704849bd0c 100644
--- a/arch/arm/lib/bootm.c
+++ b/arch/arm/lib/bootm.c
@@ -31,6 +31,7 @@
#ifdef CONFIG_ARMV7_NONSEC
#include <asm/armv7.h>
#endif
+#include <asm/setup.h>
DECLARE_GLOBAL_DATA_PTR;