diff options
Diffstat (limited to 'drivers/fpga')
-rw-r--r-- | drivers/fpga/versalpl.c | 1 | ||||
-rw-r--r-- | drivers/fpga/zynqmppl.c | 1 | ||||
-rw-r--r-- | drivers/fpga/zynqpl.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/fpga/versalpl.c b/drivers/fpga/versalpl.c index 6c69ab7802..8ab19e0c74 100644 --- a/drivers/fpga/versalpl.c +++ b/drivers/fpga/versalpl.c @@ -10,6 +10,7 @@ #include <memalign.h> #include <versalpl.h> #include <zynqmp_firmware.h> +#include <asm/cache.h> static ulong versal_align_dma_buffer(ulong *buf, u32 len) { diff --git a/drivers/fpga/zynqmppl.c b/drivers/fpga/zynqmppl.c index 4a826e4a71..a2a5f9cbbe 100644 --- a/drivers/fpga/zynqmppl.c +++ b/drivers/fpga/zynqmppl.c @@ -10,6 +10,7 @@ #include <cpu_func.h> #include <zynqmppl.h> #include <zynqmp_firmware.h> +#include <asm/cache.h> #include <linux/sizes.h> #include <asm/arch/sys_proto.h> #include <memalign.h> diff --git a/drivers/fpga/zynqpl.c b/drivers/fpga/zynqpl.c index 21624f715b..6370cafb23 100644 --- a/drivers/fpga/zynqpl.c +++ b/drivers/fpga/zynqpl.c @@ -9,6 +9,7 @@ #include <common.h> #include <console.h> #include <cpu_func.h> +#include <asm/cache.h> #include <asm/io.h> #include <fs.h> #include <zynqpl.h> |