From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Sun, 08 Dec 2013 14:38:31 +0200 Subject: [U-Boot] [PATCH 1/4] arm: omap: abb: add missing include In-Reply-To: <1386505759-29996-1-git-send-email-nikita@compulab.co.il> References: <1386505759-29996-1-git-send-email-nikita@compulab.co.il> Message-ID: <52A46847.8090901@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Disclaimer: disregard the "1/4". This is supposed to be a standalone patch, I just forgot to remove the patch counter before sending. On 12/08/2013 02:29 PM, Nikita Kiryanov wrote: > 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 > --- > arch/arm/cpu/armv7/omap-common/abb.c | 1 + > 1 file changed, 1 insertion(+) > > 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 > > -- Regards, Nikita.