]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm/km: make local function startup_allowed static
authorHolger Brunck <holger.brunck@keymile.com>
Mon, 27 Jan 2014 15:58:23 +0000 (16:58 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 13 Feb 2014 15:16:35 +0000 (16:16 +0100)
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Acked-by: Valentin Longchamp <valentin.longchamp@keymile.com>
board/keymile/km_arm/km_arm.c

index 946cbed92f1e15336e2793da8be08afee73978c5..c1048968f41bbe0473c3b9701fcc4fc3b99bb90a 100644 (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;