diff options
Diffstat (limited to 'env/eeprom.c')
-rw-r--r-- | env/eeprom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/eeprom.c b/env/eeprom.c index 91ee3f35ebf..cb04d2ac884 100644 --- a/env/eeprom.c +++ b/env/eeprom.c @@ -10,7 +10,7 @@ #include <common.h> #include <command.h> #include <env.h> -#include <environment.h> +#include <env_internal.h> #include <linux/stddef.h> #if defined(CONFIG_I2C_ENV_EEPROM_BUS) #include <i2c.h> |