Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 974c24c5 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration



The patch adding the infrastructure failed to actually add the symbol
declaration, oops..

Fixes: faef8772 ("dma-noncoherent: add a arch_sync_dma_for_cpu_all hook")
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarPaul Burton <paul.burton@mips.com>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent bfb0e9b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@ config ARCH_HAS_SYNC_DMA_FOR_CPU
	bool
	select NEED_DMA_MAP_STATE

config ARCH_HAS_SYNC_DMA_FOR_CPU_ALL
	bool

config DMA_DIRECT_OPS
	bool
	depends on HAS_DMA