diff options
Diffstat (limited to 'arch/sh/kernel/dma-nommu.c')
-rw-r--r-- | arch/sh/kernel/dma-nommu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/dma-nommu.c b/arch/sh/kernel/dma-nommu.c index e88fcebf860c..b336fcf40f12 100644 --- a/arch/sh/kernel/dma-nommu.c +++ b/arch/sh/kernel/dma-nommu.c | |||
@@ -61,6 +61,8 @@ static void nommu_sync_sg(struct device *dev, struct scatterlist *sg, | |||
61 | } | 61 | } |
62 | 62 | ||
63 | struct dma_map_ops nommu_dma_ops = { | 63 | struct dma_map_ops nommu_dma_ops = { |
64 | .alloc_coherent = dma_generic_alloc_coherent, | ||
65 | .free_coherent = dma_generic_free_coherent, | ||
64 | .map_page = nommu_map_page, | 66 | .map_page = nommu_map_page, |
65 | .map_sg = nommu_map_sg, | 67 | .map_sg = nommu_map_sg, |
66 | .sync_single_for_device = nommu_sync_single, | 68 | .sync_single_for_device = nommu_sync_single, |