diff options
Diffstat (limited to 'env')
-rw-r--r-- | env/callback.c | 1 | ||||
-rw-r--r-- | env/common.c | 1 | ||||
-rw-r--r-- | env/eeprom.c | 1 | ||||
-rw-r--r-- | env/env.c | 1 | ||||
-rw-r--r-- | env/ext4.c | 1 | ||||
-rw-r--r-- | env/flash.c | 1 | ||||
-rw-r--r-- | env/mmc.c | 1 | ||||
-rw-r--r-- | env/nand.c | 1 | ||||
-rw-r--r-- | env/nowhere.c | 1 | ||||
-rw-r--r-- | env/nvram.c | 1 | ||||
-rw-r--r-- | env/onenand.c | 1 | ||||
-rw-r--r-- | env/remote.c | 1 | ||||
-rw-r--r-- | env/sf.c | 1 | ||||
-rw-r--r-- | env/ubi.c | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/env/callback.c b/env/callback.c index 4054b9ef58..638a02b28f 100644 --- a/env/callback.c +++ b/env/callback.c @@ -7,6 +7,7 @@ #include <common.h> #include <env.h> #include <env_internal.h> +#include <asm/global_data.h> #if defined(CONFIG_NEEDS_MANUAL_RELOC) DECLARE_GLOBAL_DATA_PTR; diff --git a/env/common.c b/env/common.c index 6c32a9b479..2ee423beb5 100644 --- a/env/common.c +++ b/env/common.c @@ -14,6 +14,7 @@ #include <env_internal.h> #include <log.h> #include <sort.h> +#include <asm/global_data.h> #include <linux/stddef.h> #include <search.h> #include <errno.h> diff --git a/env/eeprom.c b/env/eeprom.c index e300470ad0..ba168014e2 100644 --- a/env/eeprom.c +++ b/env/eeprom.c @@ -12,6 +12,7 @@ #include <eeprom.h> #include <env.h> #include <env_internal.h> +#include <asm/global_data.h> #include <linux/stddef.h> #include <u-boot/crc.h> #if defined(CONFIG_I2C_ENV_EEPROM_BUS) @@ -8,6 +8,7 @@ #include <env.h> #include <env_internal.h> #include <log.h> +#include <asm/global_data.h> #include <linux/bitops.h> #include <linux/bug.h> diff --git a/env/ext4.c b/env/ext4.c index e666f7b945..ec643f2226 100644 --- a/env/ext4.c +++ b/env/ext4.c @@ -31,6 +31,7 @@ #include <errno.h> #include <ext4fs.h> #include <mmc.h> +#include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/env/flash.c b/env/flash.c index 722d5adf8b..ebee9069e4 100644 --- a/env/flash.c +++ b/env/flash.c @@ -15,6 +15,7 @@ #include <env_internal.h> #include <flash.h> #include <log.h> +#include <asm/global_data.h> #include <linux/stddef.h> #include <malloc.h> #include <search.h> @@ -6,6 +6,7 @@ /* #define DEBUG */ #include <common.h> +#include <asm/global_data.h> #include <command.h> #include <env.h> diff --git a/env/nand.c b/env/nand.c index 0d7ee19bc2..be82e97d69 100644 --- a/env/nand.c +++ b/env/nand.c @@ -17,6 +17,7 @@ #include <command.h> #include <env.h> #include <env_internal.h> +#include <asm/global_data.h> #include <linux/stddef.h> #include <malloc.h> #include <memalign.h> diff --git a/env/nowhere.c b/env/nowhere.c index d43a2d6b51..41557f5ce4 100644 --- a/env/nowhere.c +++ b/env/nowhere.c @@ -11,6 +11,7 @@ #include <command.h> #include <env.h> #include <env_internal.h> +#include <asm/global_data.h> #include <linux/stddef.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/env/nvram.c b/env/nvram.c index 7c8ea26f96..f4126858b5 100644 --- a/env/nvram.c +++ b/env/nvram.c @@ -27,6 +27,7 @@ #include <command.h> #include <env.h> #include <env_internal.h> +#include <asm/global_data.h> #include <linux/stddef.h> #include <search.h> #include <errno.h> diff --git a/env/onenand.c b/env/onenand.c index a2477cef9b..c8da3ff811 100644 --- a/env/onenand.c +++ b/env/onenand.c @@ -10,6 +10,7 @@ #include <common.h> #include <command.h> #include <env_internal.h> +#include <asm/global_data.h> #include <linux/stddef.h> #include <malloc.h> #include <search.h> diff --git a/env/remote.c b/env/remote.c index d93a137376..166bebf52b 100644 --- a/env/remote.c +++ b/env/remote.c @@ -8,6 +8,7 @@ #include <common.h> #include <command.h> #include <env_internal.h> +#include <asm/global_data.h> #include <linux/stddef.h> #include <u-boot/crc.h> @@ -20,6 +20,7 @@ #include <errno.h> #include <uuid.h> #include <asm/cache.h> +#include <asm/global_data.h> #include <dm/device-internal.h> #include <u-boot/crc.h> @@ -5,6 +5,7 @@ */ #include <common.h> +#include <asm/global_data.h> #include <command.h> #include <env.h> |