]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/s390/char/vmcp.c
[PATCH] mark struct file_operations const 5
[karo-tx-linux.git] / drivers / s390 / char / vmcp.c
index a420cd099041b1f660d1d5fee056bf501b911096..fce3dac5cb3ee38236ed8bff32a8e475153b2f18 100644 (file)
@@ -173,7 +173,7 @@ static long vmcp_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
        }
 }
 
-static struct file_operations vmcp_fops = {
+static const struct file_operations vmcp_fops = {
        .owner          = THIS_MODULE,
        .open           = &vmcp_open,
        .release        = &vmcp_release,