X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86_64%2Fkernel%2Fpci-swiotlb.c;h=b2f405ea7c85002b779b3c928a26ce424c9a0a0e;hb=b1043cc7d9d7a7dec8d807570c067e0c90b94b57;hp=eb18be5a656979b6415b3f7102c6f93b8fa07a2c;hpb=21eb4fa1700112d1420d72e1de708af671a251c8;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86_64/kernel/pci-swiotlb.c b/arch/x86_64/kernel/pci-swiotlb.c index eb18be5a656..b2f405ea7c8 100644 --- a/arch/x86_64/kernel/pci-swiotlb.c +++ b/arch/x86_64/kernel/pci-swiotlb.c @@ -5,14 +5,14 @@ #include #include -#include +#include #include #include int swiotlb __read_mostly; EXPORT_SYMBOL(swiotlb); -struct dma_mapping_ops swiotlb_dma_ops = { +const struct dma_mapping_ops swiotlb_dma_ops = { .mapping_error = swiotlb_dma_mapping_error, .alloc_coherent = swiotlb_alloc_coherent, .free_coherent = swiotlb_free_coherent,