x86: move dma_sync_single_range_for_device to common header
i386 gets an empty function. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
committed by
Ingo Molnar
parent
627610fcb7
commit
713623326c
@@ -38,6 +38,7 @@ static const struct dma_mapping_ops pci32_dma_ops = {
|
||||
.sync_single_for_cpu = NULL,
|
||||
.sync_single_for_device = NULL,
|
||||
.sync_single_range_for_cpu = NULL,
|
||||
.sync_single_range_for_device = NULL,
|
||||
};
|
||||
|
||||
const struct dma_mapping_ops *dma_ops = &pci32_dma_ops;
|
||||
|
||||
Reference in New Issue
Block a user