From 47b4bcf785cc5e505f38be10d16230e8f54e29ae Mon Sep 17 00:00:00 2001 From: Nikita Kiryanov Date: Sun, 8 Dec 2013 14:29:19 +0200 Subject: 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 --- arch/arm/cpu/armv7/omap-common/abb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/cpu/armv7/omap-common/abb.c b/arch/arm/cpu/armv7/omap-common/abb.c index a46783fae2..423aeb9807 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 -- cgit v1.2.1