diff options
Diffstat (limited to 'arch/arm/xen/mm.c')
-rw-r--r-- | arch/arm/xen/mm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c index ce18c91b50a1..f0325d96b97a 100644 --- a/arch/arm/xen/mm.c +++ b/arch/arm/xen/mm.c | |||
@@ -198,6 +198,8 @@ static const struct dma_map_ops xen_swiotlb_dma_ops = { | |||
198 | .unmap_page = xen_swiotlb_unmap_page, | 198 | .unmap_page = xen_swiotlb_unmap_page, |
199 | .dma_supported = xen_swiotlb_dma_supported, | 199 | .dma_supported = xen_swiotlb_dma_supported, |
200 | .set_dma_mask = xen_swiotlb_set_dma_mask, | 200 | .set_dma_mask = xen_swiotlb_set_dma_mask, |
201 | .mmap = xen_swiotlb_dma_mmap, | ||
202 | .get_sgtable = xen_swiotlb_get_sgtable, | ||
201 | }; | 203 | }; |
202 | 204 | ||
203 | int __init xen_mm_init(void) | 205 | int __init xen_mm_init(void) |