]> Pileus Git - ~andy/linux/blobdiff - drivers/char/agp/alpha-agp.c
Merge commit 'perf/core' into perf/hw-breakpoint
[~andy/linux] / drivers / char / agp / alpha-agp.c
index 5ea4da8e995420f4b63e315e77bf655e087935bc..dd84af4d4f7e1cfdd0c74e576269d1744e1cfdef 100644 (file)
@@ -40,7 +40,7 @@ static struct aper_size_info_fixed alpha_core_agp_sizes[] =
        { 0, 0, 0 }, /* filled in by alpha_core_agp_setup */
 };
 
-struct vm_operations_struct alpha_core_agp_vm_ops = {
+static const struct vm_operations_struct alpha_core_agp_vm_ops = {
        .fault = alpha_core_agp_vm_fault,
 };