mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
video: rockchip: rga3: Fix compilation error on kernel-4.19
drivers/video/rockchip/rga3/rga_iommu.c:38:11: error: implicit declaration of function 'kmap' [-Werror=implicit-function-declaration] vaddr = kmap(pages[taipage_num - 1]); Signed-off-by: Yu Qiaowei <cerf.yu@rock-chips.com> Change-Id: I3f570c4812f4c308001cdd894799682faa18203e
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
#include <linux/iommu.h>
|
||||
#include <linux/iova.h>
|
||||
#include <linux/dma-iommu.h>
|
||||
#include <linux/pagemap.h>
|
||||
|
||||
#ifdef CONFIG_DMABUF_CACHE
|
||||
#include <linux/dma-buf-cache.h>
|
||||
|
||||
Reference in New Issue
Block a user