const: mark struct vm_struct_operations
[linux-block.git] / drivers / media / video / videobuf-vmalloc.c
index 30ae30f99ccc38dd6f10bd0b0685e7e881111099..35f3900c5633294764f86483b3ea5bd5bba851db 100644 (file)
@@ -116,7 +116,7 @@ static void videobuf_vm_close(struct vm_area_struct *vma)
        return;
 }
 
-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,