commit | 5c81cdbeff72e7fc2eb62ee5dc26197e54f9a06c | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@computergmbh.de> | Sat Jan 26 14:11:29 2008 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Sat Jan 26 14:11:32 2008 +0100 |
tree | d679ff35c002333b7653c79244caf730b79d607a | |
parent | 894cdde26b538c77b9943bc72f0570abf6e58e37 [diff] [blame] |
[S390] constify function pointer tables. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
diff --git a/arch/s390/crypto/prng.c b/arch/s390/crypto/prng.c index 23ed094..0cfefdd 100644 --- a/arch/s390/crypto/prng.c +++ b/arch/s390/crypto/prng.c
@@ -146,7 +146,7 @@ return ret; } -static struct file_operations prng_fops = { +static const struct file_operations prng_fops = { .owner = THIS_MODULE, .open = &prng_open, .release = NULL,