summaryrefslogtreecommitdiff
path: root/board/ti/panda/panda.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-06-01 04:47:48 +0300
committerTom Rini <trini@konsulko.com>2017-06-05 18:02:36 +0300
commitc62db35d52c6ba5f31ac36e690c58ec54b273298 (patch)
tree52acce23dd2b8d50d28cc4d411201ad22a5e4722 /board/ti/panda/panda.c
parent3a53e99c7de155d8c5e057d9fda1939b60e18a2f (diff)
downloadu-boot-c62db35d52c6ba5f31ac36e690c58ec54b273298.tar.xz
arm: Add explicit include of <asm/mach-types.h>
Rather than relying on common.h to provide this include, which is going away at some point, include it explicitly in each file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ti/panda/panda.c')
-rw-r--r--board/ti/panda/panda.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/panda/panda.c b/board/ti/panda/panda.c
index 72aabb242c..6ffb53c4c6 100644
--- a/board/ti/panda/panda.c
+++ b/board/ti/panda/panda.c
@@ -6,6 +6,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
+#include <asm/mach-types.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/mmc_host_def.h>
#include <asm/arch/clock.h>