]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/pci-swiotlb.c
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / x86 / kernel / pci-swiotlb.c
index 410efb2c7b80028ba63367e5ed6d5e27518b0f24..1e23577e17cf10f87d584e4cdc38f4691db57862 100644 (file)
@@ -45,7 +45,7 @@ void x86_swiotlb_free_coherent(struct device *dev, size_t size,
                dma_generic_free_coherent(dev, size, vaddr, dma_addr, attrs);
 }
 
-static struct dma_map_ops swiotlb_dma_ops = {
+static const struct dma_map_ops swiotlb_dma_ops = {
        .mapping_error = swiotlb_dma_mapping_error,
        .alloc = x86_swiotlb_alloc_coherent,
        .free = x86_swiotlb_free_coherent,