powerpc: rename dma_direct_ to dma_nommu_
We want to use the dma_direct_ namespace for a generic implementation, so rename powerpc to the second best choice: dma_nommu_. Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -60,7 +60,7 @@ resource_size_t isa_mem_base;
|
||||
EXPORT_SYMBOL(isa_mem_base);
|
||||
|
||||
|
||||
static const struct dma_map_ops *pci_dma_ops = &dma_direct_ops;
|
||||
static const struct dma_map_ops *pci_dma_ops = &dma_nommu_ops;
|
||||
|
||||
void set_pci_dma_ops(const struct dma_map_ops *dma_ops)
|
||||
{
|
||||
|
Reference in New Issue
Block a user