summaryrefslogtreecommitdiffstats
path: root/commands/go.c
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-28 10:07:26 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-28 10:07:26 +0200
commitb3dc734018ef4dff8bab10409cd3ddf5ee10c48c (patch)
tree5f63c72afb179be139d44d0d823253f08f0392fc /commands/go.c
parent27bf8f1deabda87d07a8b9c7e21b59484f1a197e (diff)
downloadbarebox-b3dc734018ef4dff8bab10409cd3ddf5ee10c48c.tar.gz
barebox-b3dc734018ef4dff8bab10409cd3ddf5ee10c48c.tar.xz
declare lots of functions static
Diffstat (limited to 'commands/go.c')
-rw-r--r--commands/go.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/go.c b/commands/go.c
index 36eca21187..f6d8fcd135 100644
--- a/commands/go.c
+++ b/commands/go.c
@@ -28,7 +28,7 @@
#include <common.h>
#include <command.h>
-int do_go (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_go (cmd_tbl_t *cmdtp, int argc, char *argv[])
{
ulong addr, rc;
int rcode = 0;