Skip to content
Snippets Groups Projects
Commit 74ae612f authored by Holger Brunck's avatar Holger Brunck Committed by Albert ARIBAUD
Browse files

arm/km: make local functions static

parent 10e16732
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment