[PATCH] mark struct file_operations const 7
[powerpc.git] / net / ipv4 / fib_hash.c
index dea04d7..b21bb28 100644 (file)
@@ -1057,7 +1057,7 @@ out_kfree:
        goto out;
 }
 
-static struct file_operations fib_seq_fops = {
+static const struct file_operations fib_seq_fops = {
        .owner          = THIS_MODULE,
        .open           = fib_seq_open,
        .read           = seq_read,