diff options
author | Jan Engelhardt <jengelh@computergmbh.de> | 2008-01-26 08:11:29 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-01-26 08:11:32 -0500 |
commit | 5c81cdbeff72e7fc2eb62ee5dc26197e54f9a06c (patch) | |
tree | d679ff35c002333b7653c79244caf730b79d607a /drivers/s390/block/dasd_proc.c | |
parent | 894cdde26b538c77b9943bc72f0570abf6e58e37 (diff) |
[S390] constify function pointer tables.
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
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, |