aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry/vsyscall/vsyscall_64.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-08-25 17:53:17 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-08-25 17:53:17 +1000
commitbdcb0f022e0215ee88c7e2abb5da2a874ccd7aea (patch)
treeb16182c8d8b46e894493da5d0ff490749621ad81 /arch/x86/entry/vsyscall/vsyscall_64.c
parent529878ad8dcba515348c87590b32697d223d6dc8 (diff)
parent191bcafc95269e0d1e99610972efe90a92a3d097 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'arch/x86/entry/vsyscall/vsyscall_64.c')
-rw-r--r--arch/x86/entry/vsyscall/vsyscall_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/entry/vsyscall/vsyscall_64.c b/arch/x86/entry/vsyscall/vsyscall_64.c
index 26a46f44e298..b160c0c6baed 100644
--- a/arch/x86/entry/vsyscall/vsyscall_64.c
+++ b/arch/x86/entry/vsyscall/vsyscall_64.c
@@ -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 = {