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-rc3~9^2~74 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=47b4bcf785cc5e505f38be10d16230e8f54e29ae;p=karo-tx-uboot.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 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