1
0
Fork 0

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>
utp
Nikita Kiryanov 2013-12-08 14:29:19 +02:00 committed by Tom Rini
parent 052fb19603
commit 47b4bcf785
1 changed files with 1 additions and 0 deletions

View 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>