dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) Signed-off-by: Yang Hongyang<yanghy@cn.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
8a59f5d252
commit
6a35528a83
@ -178,7 +178,7 @@ static int __init i7300_idle_ioat_selftest(u8 *ctl,
|
||||
|
||||
static struct device dummy_dma_dev = {
|
||||
.init_name = "fallback device",
|
||||
.coherent_dma_mask = DMA_64BIT_MASK,
|
||||
.coherent_dma_mask = DMA_BIT_MASK(64),
|
||||
.dma_mask = &dummy_dma_dev.coherent_dma_mask,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user