]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - net/ipv4/tcp_probe.c
[PATCH] mark struct file_operations const 7
[mirror_ubuntu-kernels.git] / net / ipv4 / tcp_probe.c
index 41c157848181f2e8bdc5104f9b01992d81bc16a9..61f406f27294e0079a0f60d8465a882dca99f2a9 100644 (file)
@@ -143,7 +143,7 @@ out_free:
        return error ? error : cnt;
 }
 
-static struct file_operations tcpprobe_fops = {
+static const struct file_operations tcpprobe_fops = {
        .owner   = THIS_MODULE,
        .open    = tcpprobe_open,
        .read    = tcpprobe_read,