[PATCH] mark struct file_operations const 7
[safe/jmp/linux-2.6] / net / ipv6 / anycast.c
index e2dc1c4..6fb2e9d 100644 (file)
@@ -565,7 +565,7 @@ out_kfree:
        goto out;
 }
 
-static struct file_operations ac6_seq_fops = {
+static const struct file_operations ac6_seq_fops = {
        .owner          =       THIS_MODULE,
        .open           =       ac6_seq_open,
        .read           =       seq_read,