[PATCH] mark struct file_operations const 8
[deliverable/linux.git] / net / netlink / af_netlink.c
index f6ee9b47428bf3b1c987fd68e8100fcd735cdca7..e73d8f546c6bf075d4a4d7c591b1258e5c571408 100644 (file)
@@ -1713,7 +1713,7 @@ static int netlink_seq_open(struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations netlink_seq_fops = {
+static const struct file_operations netlink_seq_fops = {
        .owner          = THIS_MODULE,
        .open           = netlink_seq_open,
        .read           = seq_read,
This page took 0.025167 seconds and 5 git commands to generate.