[PATCH] mark struct file_operations const 8
[deliverable/linux.git] / net / netfilter / nfnetlink_log.c
index d1505dd25c6663b4cc8fddb56c9e92ad395e569a..c47e7e2ba642814327dcd4d32780d0923a8bf971 100644 (file)
@@ -1025,7 +1025,7 @@ out_free:
        return ret;
 }
 
-static struct file_operations nful_file_ops = {
+static const struct file_operations nful_file_ops = {
        .owner   = THIS_MODULE,
        .open    = nful_open,
        .read    = seq_read,
This page took 0.034669 seconds and 5 git commands to generate.