Skip to content
Snippets Groups Projects
Commit f3febb4c authored by Gianfranco Mariotti's avatar Gianfranco Mariotti Committed by OpenEmbedded
Browse files

dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPS

REFERENCE:
https://git.seco.com/edgehog/bsp/rockchip/linux-seco-rk/-/commit/4e0d16b0491c235ec34fa6989f38443bae6404d0
parent bb73e549
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@
#include <linux/module.h>
#include <linux/scatterlist.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
struct cma_heap {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment