]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/s390/crypto/zcrypt_api.c
[PATCH] mark struct file_operations const 5
[karo-tx-linux.git] / drivers / s390 / crypto / zcrypt_api.c
index 2c785148d21e5e060334bb9296da7a03baa2458b..99761391f34090f89564d22dd2f8c94ad39bc99a 100644 (file)
@@ -807,7 +807,7 @@ static long zcrypt_compat_ioctl(struct file *filp, unsigned int cmd,
 /**
  * Misc device file operations.
  */
-static struct file_operations zcrypt_fops = {
+static const struct file_operations zcrypt_fops = {
        .owner          = THIS_MODULE,
        .read           = zcrypt_read,
        .write          = zcrypt_write,