X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=inline;f=arch%2Fx86_64%2Fkernel%2Fpci-calgary.c;h=5bd20b542c1efc47a0d93da505135bb08a35f346;hb=e65845045588806fa5c8df8a4f4253516515a5e3;hp=04480c3b68f5d15177192e8336fcdecda4f52b68;hpb=59b8175c771040afcd4ad67022b0cc80c216b866;p=powerpc.git diff --git a/arch/x86_64/kernel/pci-calgary.c b/arch/x86_64/kernel/pci-calgary.c index 04480c3b68..5bd20b542c 100644 --- a/arch/x86_64/kernel/pci-calgary.c +++ b/arch/x86_64/kernel/pci-calgary.c @@ -507,7 +507,7 @@ error: return ret; } -static struct dma_mapping_ops calgary_dma_ops = { +static const struct dma_mapping_ops calgary_dma_ops = { .alloc_coherent = calgary_alloc_coherent, .map_single = calgary_map_single, .unmap_single = calgary_unmap_single,