diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_aux.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_aux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_aux.c b/drivers/s390/scsi/zfcp_aux.c index 39a885266790..1f9554e08013 100644 --- a/drivers/s390/scsi/zfcp_aux.c +++ b/drivers/s390/scsi/zfcp_aux.c | |||
@@ -60,7 +60,7 @@ static long zfcp_cfdc_dev_ioctl(struct file *, unsigned int, unsigned long); | |||
60 | _IOWR(ZFCP_CFDC_IOC_MAGIC, 0, struct zfcp_cfdc_sense_data) | 60 | _IOWR(ZFCP_CFDC_IOC_MAGIC, 0, struct zfcp_cfdc_sense_data) |
61 | 61 | ||
62 | 62 | ||
63 | static struct file_operations zfcp_cfdc_fops = { | 63 | static const struct file_operations zfcp_cfdc_fops = { |
64 | .unlocked_ioctl = zfcp_cfdc_dev_ioctl, | 64 | .unlocked_ioctl = zfcp_cfdc_dev_ioctl, |
65 | #ifdef CONFIG_COMPAT | 65 | #ifdef CONFIG_COMPAT |
66 | .compat_ioctl = zfcp_cfdc_dev_ioctl | 66 | .compat_ioctl = zfcp_cfdc_dev_ioctl |