diff options
author | Tom Rini | 2013-03-12 06:16:50 +0000 |
---|---|---|
committer | Tom Rini | 2013-03-27 15:30:11 -0400 |
commit | 268d966dff75c6eaf49da21cf5f42b2700f81c50 (patch) | |
tree | 188e4f26fcef9e887abe80c4a2337ad5e6ed98df /include/env_callback.h | |
parent | f32c08da82eed03d2d1a00f141f531db58330f93 (diff) |
env_callback: Mark find_env_callback as static
This is not called outside of env_callback.c so mark static, remove from
<env_callback.h>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/env_callback.h')
-rw-r--r-- | include/env_callback.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/env_callback.h b/include/env_callback.h index e89b6dadc94..b8560006540 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); /* |