[U-Boot] [PATCH] arm/km: make local functions static

Albert ARIBAUD albert.u.boot at aribaud.net
Mon Jun 10 18:26:56 CEST 2013


Hi Holger,

On Mon,  6 May 2013 15:04:51 +0200, Holger Brunck
<holger.brunck at keymile.com> wrote:

> Signed-off-by: Holger Brunck <holger.brunck at 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.


More information about the U-Boot mailing list