summaryrefslogtreecommitdiff
path: root/drivers/s390/block/dasd_proc.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@computergmbh.de>2008-01-26 14:11:29 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2008-01-26 14:11:32 +0100
commit5c81cdbeff72e7fc2eb62ee5dc26197e54f9a06c (patch)
treed679ff35c002333b7653c79244caf730b79d607a /drivers/s390/block/dasd_proc.c
parent894cdde26b538c77b9943bc72f0570abf6e58e37 (diff)
downloadlinux-3.10-5c81cdbeff72e7fc2eb62ee5dc26197e54f9a06c.tar.gz
linux-3.10-5c81cdbeff72e7fc2eb62ee5dc26197e54f9a06c.tar.bz2
linux-3.10-5c81cdbeff72e7fc2eb62ee5dc26197e54f9a06c.zip
[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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/block/dasd_proc.c b/drivers/s390/block/dasd_proc.c
index 0584a7dc5ed..28a86f07004 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)
{
}
-static struct seq_operations dasd_devices_seq_ops = {
+static const struct seq_operations dasd_devices_seq_ops = {
.start = dasd_devices_start,
.next = dasd_devices_next,
.stop = dasd_devices_stop,