1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

arm/km: make local function startup_allowed static

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Acked-by: Valentin Longchamp <valentin.longchamp@keymile.com>
This commit is contained in:
Holger Brunck
2014-01-27 16:58:23 +01:00
committed by Albert ARIBAUD
parent bbfd509da6
commit aef0bdc0c0

View File

@@ -102,7 +102,7 @@ static const u32 kwmpp_config[] = {
/*
* Wait for startup OK from mgcoge3ne
*/
int startup_allowed(void)
static int startup_allowed(void)
{
unsigned char buf;