diff options
Diffstat (limited to 'drivers/cache/sandbox_cache.c')
-rw-r--r-- | drivers/cache/sandbox_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |