mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[allocator_dma_heap]: fix compile err for linux/aarch64
Err notes: mpp/osal/allocator/allocator_dma_heap.c:26:27: fatal error:linux/dma-buf.h: No such file or directory Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com> Change-Id: Ib5f0aa77f36adfd3bea98ff16de8000a82f49720
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <linux/dma-buf.h>
|
||||
|
||||
#include "os_mem.h"
|
||||
#include "allocator_dma_heap.h"
|
||||
|
||||
|
Reference in New Issue
Block a user