const: mark struct vm_struct_operations
[linux-block.git] / drivers / media / video / videobuf-dma-sg.c
index a8dd22ace3fbb270b938ba815b617ba815a98fae..53cdd67cebe14e6407d352d7de27c7f109f4d66e 100644 (file)
@@ -394,7 +394,7 @@ videobuf_vm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
        return 0;
 }
 
-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,