From: Holger Brunck <holger.brunck@keymile.com>
Date: Mon, 6 May 2013 13:04:51 +0000 (+0200)
Subject: arm/km: make local functions static
X-Git-Tag: v2025.01-rc5-pxa1908~16183^2~4
X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=74ae612fd8cfeb55f663bdd565d3f9d73703b2c4;p=u-boot.git

arm/km: make local functions static

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
---

diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c
index eda9199bbe..b9448873c8 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;