[PATCH] mark struct file_operations const 8
[deliverable/linux.git] / net / netfilter / nfnetlink_queue.c
index a88a017da22c4146893952a6d0706fa9e44aebe3..99e516eca41a7e2d82e279716ef41a21d33d3b00 100644 (file)
@@ -1077,7 +1077,7 @@ out_free:
        return ret;
 }
 
-static struct file_operations nfqnl_file_ops = {
+static const struct file_operations nfqnl_file_ops = {
        .owner   = THIS_MODULE,
        .open    = nfqnl_open,
        .read    = seq_read,
This page took 0.02434 seconds and 5 git commands to generate.