From: Nikita Kiryanov <nikita@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] arm: omap: abb: add missing include
Date: Sun, 08 Dec 2013 14:38:31 +0200 [thread overview]
Message-ID: <52A46847.8090901@compulab.co.il> (raw)
In-Reply-To: <1386505759-29996-1-git-send-email-nikita@compulab.co.il>
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 <trini@ti.com>
> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
> ---
> 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 <common.h>
> #include <asm/omap_common.h>
> +#include <asm/arch/clock.h>
> #include <asm/io.h>
> #include <asm/arch/sys_proto.h>
>
>
--
Regards,
Nikita.
next prev parent reply other threads:[~2013-12-08 12:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-08 12:29 [U-Boot] [PATCH 1/4] arm: omap: abb: add missing include Nikita Kiryanov
2013-12-08 12:38 ` Nikita Kiryanov [this message]
2013-12-09 15:57 ` menon.nishanth at gmail.com
2013-12-13 12:46 ` [U-Boot] [U-Boot,1/4] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52A46847.8090901@compulab.co.il \
--to=nikita@compulab.co.il \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.