diff options
Diffstat (limited to 'drivers/s390/block/dasd_proc.c')
-rw-r--r-- | drivers/s390/block/dasd_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/block/dasd_proc.c b/drivers/s390/block/dasd_proc.c index 8b7e11815d70..8b3b0f4a157c 100644 --- a/drivers/s390/block/dasd_proc.c +++ b/drivers/s390/block/dasd_proc.c | |||
@@ -147,7 +147,7 @@ static int dasd_devices_open(struct inode *inode, struct file *file) | |||
147 | return seq_open(file, &dasd_devices_seq_ops); | 147 | return seq_open(file, &dasd_devices_seq_ops); |
148 | } | 148 | } |
149 | 149 | ||
150 | static struct file_operations dasd_devices_file_ops = { | 150 | static const struct file_operations dasd_devices_file_ops = { |
151 | .open = dasd_devices_open, | 151 | .open = dasd_devices_open, |
152 | .read = seq_read, | 152 | .read = seq_read, |
153 | .llseek = seq_lseek, | 153 | .llseek = seq_lseek, |