diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2013-12-08 12:29:19 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-12 19:54:22 (GMT) |
commit | 47b4bcf785cc5e505f38be10d16230e8f54e29ae (patch) | |
tree | cca818ecfe5e80e704dfce68796df935d9b78d29 /arch/arm/cpu/armv7 | |
parent | 052fb1960349aa975ad6a5eab26ec9713cdb3649 (diff) | |
download | u-boot-47b4bcf785cc5e505f38be10d16230e8f54e29ae.tar.xz |
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')
-rw-r--r-- | arch/arm/cpu/armv7/omap-common/abb.c | 1 |
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 a46783f..423aeb9 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> |