diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/xen/mm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c index d56b8c6e4fbb..0d69b874d249 100644 --- a/arch/arm/xen/mm.c +++ b/arch/arm/xen/mm.c | |||
@@ -51,6 +51,7 @@ static struct dma_map_ops xen_swiotlb_dma_ops = { | |||
51 | .map_page = xen_swiotlb_map_page, | 51 | .map_page = xen_swiotlb_map_page, |
52 | .unmap_page = xen_swiotlb_unmap_page, | 52 | .unmap_page = xen_swiotlb_unmap_page, |
53 | .dma_supported = xen_swiotlb_dma_supported, | 53 | .dma_supported = xen_swiotlb_dma_supported, |
54 | .set_dma_mask = xen_swiotlb_set_dma_mask, | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | int __init xen_mm_init(void) | 57 | int __init xen_mm_init(void) |