mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
video/rockchip: rga2: fix compilation warning
Change-Id: I92c2034da63cc8db2dac9a55cb654d4af21a7cf8 Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
This commit is contained in:
@@ -40,7 +40,7 @@ static void rga_dma_flush_range(void *pstart, void *pend)
|
||||
#ifdef CONFIG_ARM
|
||||
dmac_flush_range(pstart, pend);
|
||||
outer_flush_range(virt_to_phys(pstart), virt_to_phys(pend));
|
||||
#elif CONFIG_ARM64
|
||||
#elif defined(CONFIG_ARM64)
|
||||
__dma_flush_range(pstart, pend);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user