]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/video/videobuf-dma-contig.c
Merge branch 'for-linus' of git://neil.brown.name/md
[mv-sheeva.git] / drivers / media / video / videobuf-dma-contig.c
index d09ce83a9429af98060b7d3dd27e21923f2431ea..635ffc7b03910582b215b3399f27f4eef912b181 100644 (file)
@@ -105,7 +105,7 @@ static void videobuf_vm_close(struct vm_area_struct *vma)
        }
 }
 
-static struct vm_operations_struct videobuf_vm_ops = {
+static const struct vm_operations_struct videobuf_vm_ops = {
        .open     = videobuf_vm_open,
        .close    = videobuf_vm_close,
 };