diff options
| author | Tom Rini <[email protected]> | 2021-02-15 08:19:40 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-02-15 10:16:45 -0500 |
| commit | 2ae80437fbe0181184ae4b188b89629b902702c6 (patch) | |
| tree | 846f70a5df9c80ef76284c39f0da58b8c3eba96f /drivers/cache | |
| parent | 76b7936e6f781c86b0d3159f67f1506d01c196ce (diff) | |
| parent | 401d1c4f5d2d29c4bc4beaec95402ca23eb63295 (diff) | |
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
- Merge the patch to take <asm/global_data.h> out of <common.h>
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; |
