diff options
Diffstat (limited to 'drivers/cache')
-rw-r--r-- | drivers/cache/cache-v5l2.c | 1 | ||||
-rw-r--r-- | drivers/cache/sandbox_cache.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cache/cache-v5l2.c b/drivers/cache/cache-v5l2.c index cb9ebbb4f9c..2c7983d0cea 100644 --- a/drivers/cache/cache-v5l2.c +++ b/drivers/cache/cache-v5l2.c @@ -9,6 +9,7 @@ #include <cache.h> #include <dm.h> #include <hang.h> +#include <asm/global_data.h> #include <asm/io.h> #include <dm/ofnode.h> #include <linux/bitops.h> diff --git a/drivers/cache/sandbox_cache.c b/drivers/cache/sandbox_cache.c index 9050c4cf340..0fb767e4339 100644 --- a/drivers/cache/sandbox_cache.c +++ b/drivers/cache/sandbox_cache.c @@ -7,6 +7,7 @@ #include <cache.h> #include <dm.h> #include <errno.h> +#include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; |