summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap-common
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2013-12-08 14:29:19 +0200
committerTom Rini <trini@ti.com>2013-12-12 14:54:22 -0500
commit47b4bcf785cc5e505f38be10d16230e8f54e29ae (patch)
treecca818ecfe5e80e704dfce68796df935d9b78d29 /arch/arm/cpu/armv7/omap-common
parent052fb1960349aa975ad6a5eab26ec9713cdb3649 (diff)
downloadblackbird-obmc-uboot-47b4bcf785cc5e505f38be10d16230e8f54e29ae.tar.gz
blackbird-obmc-uboot-47b4bcf785cc5e505f38be10d16230e8f54e29ae.zip
arm: omap: abb: add missing include
ABB code uses LDELAY but does not include the header that provides its definition. Include the header. Cc: Tom Rini <trini@ti.com> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Acked-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common')
-rw-r--r--arch/arm/cpu/armv7/omap-common/abb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/abb.c b/arch/arm/cpu/armv7/omap-common/abb.c
index a46783fae2..423aeb9807 100644
--- a/arch/arm/cpu/armv7/omap-common/abb.c
+++ b/arch/arm/cpu/armv7/omap-common/abb.c
@@ -11,6 +11,7 @@
#include <common.h>
#include <asm/omap_common.h>
+#include <asm/arch/clock.h>
#include <asm/io.h>
#include <asm/arch/sys_proto.h>
OpenPOWER on IntegriCloud