Skip to content

Commit 974c24c

Browse files
author
Christoph Hellwig
committed
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: faef877 ("dma-noncoherent: add a arch_sync_dma_for_cpu_all hook") Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Paul Burton <paul.burton@mips.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent bfb0e9b commit 974c24c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/dma/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ config ARCH_HAS_SYNC_DMA_FOR_CPU
2323
bool
2424
select NEED_DMA_MAP_STATE
2525

26+
config ARCH_HAS_SYNC_DMA_FOR_CPU_ALL
27+
bool
28+
2629
config DMA_DIRECT_OPS
2730
bool
2831
depends on HAS_DMA

0 commit comments

Comments
 (0)