Browse Source

arm/km: make local functions static

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Holger Brunck 12 years ago
parent
commit
74ae612fd8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      board/keymile/km_arm/km_arm.c

+ 2 - 2
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;