From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm/km: make local functions static
Date: Mon, 10 Jun 2013 18:26:56 +0200 [thread overview]
Message-ID: <20130610182656.5206ed3f@lilith> (raw)
In-Reply-To: <1367845491-15260-1-git-send-email-holger.brunck@keymile.com>
Hi Holger,
On Mon, 6 May 2013 15:04:51 +0200, Holger Brunck
<holger.brunck@keymile.com> wrote:
> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
> ---
> board/keymile/km_arm/km_arm.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c
> index eda9199..b944887 100644
> --- a/board/keymile/km_arm/km_arm.c
> +++ b/board/keymile/km_arm/km_arm.c
> @@ -160,7 +160,7 @@ int ethernet_present(void)
> }
> #endif
>
> -int initialize_unit_leds(void)
> +static int initialize_unit_leds(void)
> {
> /*
> * Init the unit LEDs per default they all are
> @@ -181,7 +181,7 @@ int initialize_unit_leds(void)
> }
>
> #if defined(CONFIG_BOOTCOUNT_LIMIT)
> -void set_bootcount_addr(void)
> +static void set_bootcount_addr(void)
> {
> uchar buf[32];
> unsigned int bootcountaddr;
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
prev parent reply other threads:[~2013-06-10 16:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 13:04 [U-Boot] [PATCH] arm/km: make local functions static Holger Brunck
2013-06-10 16:26 ` Albert ARIBAUD [this message]
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=20130610182656.5206ed3f@lilith \
--to=albert.u.boot@aribaud.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox