]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm/km: make local functions static
authorHolger Brunck <holger.brunck@keymile.com>
Mon, 6 May 2013 13:04:51 +0000 (15:04 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 10 Jun 2013 15:25:41 +0000 (17:25 +0200)
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
board/keymile/km_arm/km_arm.c

index eda9199bbe9f499e9c49301709007fd68708cbc1..b9448873c8c263d3f5cb157aaaca80d21a01f3f0 100644 (file)
@@ -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;