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 --- include/env_callback.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/env_callback.h b/include/env_callback.h index e89b6dadc9..b856000654 100644 --- a/include/env_callback.h +++ b/include/env_callback.h @@ -67,7 +67,6 @@ struct env_clbk_tbl { int flags); }; -struct env_clbk_tbl *find_env_callback(const char *); void env_callback_init(ENTRY *var_entry); /* -- cgit v1.2.3