]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/pci-nommu.c
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / x86 / kernel / pci-nommu.c
index 00e71ce396a83f3c0c7f7c238139ef70beb8400c..a88952ef371ceb29f21e11e95717c45e321a7544 100644 (file)
@@ -88,7 +88,7 @@ static void nommu_sync_sg_for_device(struct device *dev,
        flush_write_buffers();
 }
 
-struct dma_map_ops nommu_dma_ops = {
+const struct dma_map_ops nommu_dma_ops = {
        .alloc                  = dma_generic_alloc_coherent,
        .free                   = dma_generic_free_coherent,
        .map_sg                 = nommu_map_sg,