diff options
| author | Simon Glass <[email protected]> | 2019-08-02 09:44:25 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-08-11 19:27:31 -0400 |
| commit | f3998fdc4d0871727d7be6838bac750c6323c0a8 (patch) | |
| tree | a70bc57308dd8c516ec78ea057dbfd0ac331214b /api/api.c | |
| parent | e7dcf5645f09504573f534b0fc9abbbc6ff8a5ad (diff) | |
env: Rename environment.h to env_internal.h
This file contains lots of internal details about the environment. Most
code can include env.h instead, calling the functions there as needed.
Rename this file and add a comment at the top to indicate its internal
nature.
Signed-off-by: Simon Glass <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Reviewed-by: Simon Goldschmidt <[email protected]>
[trini: Fixup apalis-tk1.c]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'api/api.c')
| -rw-r--r-- | api/api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api.c b/api/api.c index cd7487fde26..bc9454eb4b6 100644 --- a/api/api.c +++ b/api/api.c @@ -10,7 +10,7 @@ #include <common.h> #include <env.h> #include <malloc.h> -#include <environment.h> +#include <env_internal.h> #include <linux/types.h> #include <api_public.h> |
