[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:
Yandong Lin
2022-06-28 15:27:58 +08:00
committed by Herman Chen
parent 5e96daffb2
commit d1fbc475fa

View File

@@ -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"