From 268d966dff75c6eaf49da21cf5f42b2700f81c50 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 12 Mar 2013 06:16:50 +0000 Subject: env_callback: Mark find_env_callback as static This is not called outside of env_callback.c so mark static, remove from Cc: Joe Hershberger Signed-off-by: Tom Rini Acked-by: Joe Hershberger --- common/env_callback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/env_callback.c b/common/env_callback.c index 78ca367..78aafb4 100644 --- a/common/env_callback.c +++ b/common/env_callback.c @@ -31,7 +31,7 @@ DECLARE_GLOBAL_DATA_PTR; /* * Look up a callback function pointer by name */ -struct env_clbk_tbl *find_env_callback(const char *name) +static struct env_clbk_tbl *find_env_callback(const char *name) { struct env_clbk_tbl *clbkp; int i; -- cgit v1.1