]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - net/atm/lec.c
[PATCH] mark struct file_operations const 7
[mirror_ubuntu-focal-kernel.git] / net / atm / lec.c
index 57dc2ab1b65dd6c7d1b0dcb26f4c2c763359267c..986945527691204684958cbc7c06ee8dff886ee1 100644 (file)
@@ -1212,7 +1212,7 @@ static int lec_seq_release(struct inode *inode, struct file *file)
        return seq_release_private(inode, file);
 }
 
-static struct file_operations lec_seq_fops = {
+static const struct file_operations lec_seq_fops = {
        .owner = THIS_MODULE,
        .open = lec_seq_open,
        .read = seq_read,