projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
052fb19
)
arm: omap: abb: add missing include
author
Nikita Kiryanov
<nikita@compulab.co.il>
Sun, 8 Dec 2013 12:29:19 +0000
(14:29 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/omap-common/abb.c
b/arch/arm/cpu/armv7/omap-common/abb.c
index a46783fae2dc09d091b65f2e68044de917fc5807..423aeb980725c1bd700956f6cbfe50f40294e05b 100644
(file)
--- 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>