Skip to content
Snippets Groups Projects
Commit 47b4bcf7 authored by Nikita Kiryanov's avatar Nikita Kiryanov Committed by Tom Rini
Browse files

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: default avatarNikita Kiryanov <nikita@compulab.co.il>
Acked-by: default avatarNishanth Menon <nm@ti.com>
parent 052fb196
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include <common.h> #include <common.h>
#include <asm/omap_common.h> #include <asm/omap_common.h>
#include <asm/arch/clock.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/sys_proto.h> #include <asm/arch/sys_proto.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment