From b3dc734018ef4dff8bab10409cd3ddf5ee10c48c Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 28 Sep 2007 10:07:26 +0200 Subject: declare lots of functions static --- commands/splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/splash.c') diff --git a/commands/splash.c b/commands/splash.c index e3f04001b8..9fd4ded8c5 100644 --- a/commands/splash.c +++ b/commands/splash.c @@ -39,7 +39,7 @@ int splash_set_fb_data(struct fb_data *d) return 0; } -int do_splash(cmd_tbl_t *cmdtp, int argc, char *argv[]) +static int do_splash(cmd_tbl_t *cmdtp, int argc, char *argv[]) { ulong addr; bmp_image_t *bmp; -- cgit v1.2.3