diff options
Diffstat (limited to 'drivers/s390/crypto/zcrypt_api.c')
-rw-r--r-- | drivers/s390/crypto/zcrypt_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/crypto/zcrypt_api.c b/drivers/s390/crypto/zcrypt_api.c index 2c785148d21e..99761391f340 100644 --- a/drivers/s390/crypto/zcrypt_api.c +++ b/drivers/s390/crypto/zcrypt_api.c | |||
@@ -807,7 +807,7 @@ static long zcrypt_compat_ioctl(struct file *filp, unsigned int cmd, | |||
807 | /** | 807 | /** |
808 | * Misc device file operations. | 808 | * Misc device file operations. |
809 | */ | 809 | */ |
810 | static struct file_operations zcrypt_fops = { | 810 | static const struct file_operations zcrypt_fops = { |
811 | .owner = THIS_MODULE, | 811 | .owner = THIS_MODULE, |
812 | .read = zcrypt_read, | 812 | .read = zcrypt_read, |
813 | .write = zcrypt_write, | 813 | .write = zcrypt_write, |