]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/char/ppdev.c
[PATCH] make more file_operation structs static
[mirror_ubuntu-hirsute-kernel.git] / drivers / char / ppdev.c
index 24231d9743dc297a7db77bbb0796e190163591ca..520d2cf82bc0ca74edbe00b834288cfdd022ec8d 100644 (file)
@@ -739,7 +739,7 @@ static unsigned int pp_poll (struct file * file, poll_table * wait)
 
 static struct class *ppdev_class;
 
-static struct file_operations pp_fops = {
+static const struct file_operations pp_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .read           = pp_read,