[PATCH] make more file_operation structs static
[linux-2.6-microblaze.git] / drivers / char / agp / frontend.c
index ffcf15c..d9c5a91 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,