dma-mapping: add the device argument to dma_mapping_error()
[deliverable/linux.git] / arch / x86 / kernel / pci-calgary_64.c
index 19e7fc7c2c4ff4c9be369fec3b3fdfae3b3d2467..1eb86be93d7aa9d96bd12e3e173ef3203ff13e66 100644 (file)
@@ -544,7 +544,7 @@ error:
        return ret;
 }
 
-static const struct dma_mapping_ops calgary_dma_ops = {
+static struct dma_mapping_ops calgary_dma_ops = {
        .alloc_coherent = calgary_alloc_coherent,
        .map_single = calgary_map_single,
        .unmap_single = calgary_unmap_single,
This page took 0.025157 seconds and 5 git commands to generate.