From d1fbc475fa7ceed6c604812950adb51f1b02bade Mon Sep 17 00:00:00 2001 From: Yandong Lin Date: Tue, 28 Jun 2022 15:27:58 +0800 Subject: [PATCH] [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 Change-Id: Ib5f0aa77f36adfd3bea98ff16de8000a82f49720 --- osal/allocator/allocator_dma_heap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/osal/allocator/allocator_dma_heap.c b/osal/allocator/allocator_dma_heap.c index b7d38918..927d9ff5 100644 --- a/osal/allocator/allocator_dma_heap.c +++ b/osal/allocator/allocator_dma_heap.c @@ -23,8 +23,6 @@ #include #include -#include - #include "os_mem.h" #include "allocator_dma_heap.h"