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/drivers/input/input.c b/drivers/input/input.c index 4f514db..6ab378b 100644 --- a/drivers/input/input.c +++ b/drivers/input/input.c
@@ -9,6 +9,7 @@ #include <common.h> #include <console.h> #include <dm.h> +#include <env.h> #include <errno.h> #include <stdio_dev.h> #include <input.h>