commit | 8fe409325bf4955141ddd4b4ea3699a329d5ce58 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:44 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 7e225bdfdeed2562cf00c8c9a5ee9e3757b41261 | |
parent | 79fd214525f37cc9be16d345f2fe2738d4de9835 [diff] |
env: Move env_relocate() to env.h Move env_relocate() over to the new header file. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
diff --git a/env/common.c b/env/common.c index bd340fe..1fbc4a8 100644 --- a/env/common.c +++ b/env/common.c
@@ -9,6 +9,7 @@ #include <common.h> #include <command.h> +#include <env.h> #include <environment.h> #include <linux/stddef.h> #include <search.h>