Disclaimer: disregard the "1/4". This is supposed to be a standalone patch, I just forgot to
remove the patch counter before sending.

On 12/08/2013 02:29 PM, Nikita Kiryanov wrote:
ABB code uses LDELAY but does not include the header that provides its
definition.

Include the header.

Cc: Tom Rini <[email protected]>
Signed-off-by: Nikita Kiryanov <[email protected]>
---
  arch/arm/cpu/armv7/omap-common/abb.c | 1 +
  1 file changed, 1 insertion(+)

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>




--
Regards,
Nikita.
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to