summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSam Ravnborg <srn@skov.dk>2017-07-05 08:52:19 +0200
committerLucas Stach <l.stach@pengutronix.de>2017-07-20 12:16:46 +0200
commitd1fc58d8874f6057cd8a3e63ca807e5ca8e29a5b (patch)
tree88ae1b62c5b44c593ba02c129cb1eaa89c9d9a0f /arch
parenta6f379599227835114e4e2d8bf53f1a1c65d7fec (diff)
downloadbarebox-d1fc58d8874f6057cd8a3e63ca807e5ca8e29a5b.tar.gz
barebox-d1fc58d8874f6057cd8a3e63ca807e5ca8e29a5b.tar.xz
arm: at91 bootstrap: declare local function static
Function is only used in this file and no prototype exist in any header. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-at91/bootstrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/bootstrap.c b/arch/arm/mach-at91/bootstrap.c
index 9dd575b744..5d21b2d021 100644
--- a/arch/arm/mach-at91/bootstrap.c
+++ b/arch/arm/mach-at91/bootstrap.c
@@ -149,7 +149,7 @@ static void boot_reset_action(struct menu *m, struct menu_entry *me)
restart_machine();
}
-void at91_bootstrap_menu(void)
+static void at91_bootstrap_menu(void)
{
struct menu *m;
struct menu_entry *me;