mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -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);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user