const: mark struct vm_struct_operations
[deliverable/linux.git] / drivers / misc / sgi-gru / grufile.c
index aed609832bc2bf1c0497dedbd0257bcfcbf7e70a..300e7ba391a0faffcb436ed4974a573e0a2b4618 100644 (file)
@@ -438,7 +438,7 @@ static struct miscdevice gru_miscdev = {
        .fops           = &gru_fops,
 };
 
-struct vm_operations_struct gru_vm_ops = {
+const struct vm_operations_struct gru_vm_ops = {
        .close          = gru_vma_close,
        .fault          = gru_fault,
 };
This page took 0.035199 seconds and 5 git commands to generate.