]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/entry/vsyscall/vsyscall_64.c
mm: mark most vm_operations_struct const
[karo-tx-linux.git] / arch / x86 / entry / vsyscall / vsyscall_64.c
index 26a46f44e29819c17ba5f5aef2eb9f896b98f878..b160c0c6baed54c38cc0efbf15ff67075ec869c3 100644 (file)
@@ -277,7 +277,7 @@ static const char *gate_vma_name(struct vm_area_struct *vma)
 {
        return "[vsyscall]";
 }
-static struct vm_operations_struct gate_vma_ops = {
+static const struct vm_operations_struct gate_vma_ops = {
        .name = gate_vma_name,
 };
 static struct vm_area_struct gate_vma = {