]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/ipv6/raw.c
[PATCH] mark struct file_operations const 7
[mirror_ubuntu-bionic-kernel.git] / net / ipv6 / raw.c
index 16d4c63ff554cefd1dc8062ed7ec00807b486562..1f8f6275a7e4f08018a2d6715b32f17115b98ed7 100644 (file)
@@ -1273,7 +1273,7 @@ out_kfree:
        goto out;
 }
 
-static struct file_operations raw6_seq_fops = {
+static const struct file_operations raw6_seq_fops = {
        .owner =        THIS_MODULE,
        .open =         raw6_seq_open,
        .read =         seq_read,