mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00: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:
parent
bbfd509da6
commit
aef0bdc0c0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue