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 0584a7dc5ede..28a86f070048 100644 --- a/drivers/s390/block/dasd_proc.c +++ b/drivers/s390/block/dasd_proc.c | |||
@@ -142,7 +142,7 @@ static void dasd_devices_stop(struct seq_file *m, void *v) | |||
142 | { | 142 | { |
143 | } | 143 | } |
144 | 144 | ||
145 | static struct seq_operations dasd_devices_seq_ops = { | 145 | static const struct seq_operations dasd_devices_seq_ops = { |
146 | .start = dasd_devices_start, | 146 | .start = dasd_devices_start, |
147 | .next = dasd_devices_next, | 147 | .next = dasd_devices_next, |
148 | .stop = dasd_devices_stop, | 148 | .stop = dasd_devices_stop, |