[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / agp / frontend.c
index ffcf15c30e90b023fb5ee960ddefd412856f6bae..d9c5a9142ad1daa4a5e5de83e11175e7e0863e28 100644 (file)
@@ -1059,7 +1059,7 @@ ioctl_out:
        return ret_val;
 }
 
-static struct file_operations agp_fops =
+static const struct file_operations agp_fops =
 {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
This page took 0.122348 seconds and 5 git commands to generate.