commit | 0af6e2dbf17df5a5fc826f4039fedf6b3a4fce0e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:52 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 568a39b82f10fabc191cfe6da0fa6e17c251bd08 | |
parent | 5e6201bfdb701467cf6c57e2499fe3ed63b40c75 [diff] [blame] |
env: Move env_get() to env.h Move env_get() over to the new header file. Acked-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/usb_hub.c b/common/usb_hub.c index 9069f4b..25c2ac4 100644 --- a/common/usb_hub.c +++ b/common/usb_hub.c
@@ -24,6 +24,7 @@ #include <common.h> #include <command.h> #include <dm.h> +#include <env.h> #include <errno.h> #include <memalign.h> #include <asm/processor.h>