]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: omap: abb: add missing include
authorNikita Kiryanov <nikita@compulab.co.il>
Sun, 8 Dec 2013 12:29:19 +0000 (14:29 +0200)
committerTom Rini <trini@ti.com>
Thu, 12 Dec 2013 19:54:22 +0000 (14:54 -0500)
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>
arch/arm/cpu/armv7/omap-common/abb.c

index a46783fae2dc09d091b65f2e68044de917fc5807..423aeb980725c1bd700956f6cbfe50f40294e05b 100644 (file)
@@ -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>