diff options
| author | Holger Brunck <[email protected]> | 2014-01-27 16:58:23 +0100 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2014-02-13 16:16:35 +0100 |
| commit | aef0bdc0c0aa737ff2c03974bf29bde29d6a619a (patch) | |
| tree | 82452b6ab23eea3e7bfb78a76452876ada95874f | |
| parent | bbfd509da6b5ada3c60d31debf13f30a809e98e8 (diff) | |
arm/km: make local function startup_allowed static
Signed-off-by: Holger Brunck <[email protected]>
Acked-by: Valentin Longchamp <[email protected]>
| -rw-r--r-- | board/keymile/km_arm/km_arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c index 946cbed92f1..c1048968f41 100644 --- a/board/keymile/km_arm/km_arm.c +++ b/board/keymile/km_arm/km_arm.c @@ -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; |
