const: mark struct vm_struct_operations
[GitHub/LineageOS/android_kernel_samsung_universal7580.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,
 };