From: Nikita Kiryanov Date: Sun, 8 Dec 2013 12:29:19 +0000 (+0200) Subject: arm: omap: abb: add missing include X-Git-Tag: v2014.01~13^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47b4bcf785cc5e505f38be10d16230e8f54e29ae;p=kernel%2Fu-boot.git 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 Signed-off-by: Nikita Kiryanov Acked-by: Nishanth Menon --- 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 #include +#include #include #include