]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - net/ipv6/addrconf.c
[PATCH] mark struct file_operations const 7
[mirror_ubuntu-kernels.git] / net / ipv6 / addrconf.c
index 77e56f2b1af295de8d87f5dbfec9b02508c75826..ea0755b09033caa7b0168e1e2cd9b76fc1bd2572 100644 (file)
@@ -2776,7 +2776,7 @@ out_kfree:
        goto out;
 }
 
-static struct file_operations if6_fops = {
+static const struct file_operations if6_fops = {
        .owner          = THIS_MODULE,
        .open           = if6_seq_open,
        .read           = seq_read,