1
0
Fork 0

[CRYPTO] api: Constify function pointer tables

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
hifive-unleashed-5.1
Jan Engelhardt 2008-03-13 19:37:45 +08:00 committed by Herbert Xu
parent 744b5a2810
commit 48c8949ea8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ static int c_show(struct seq_file *m, void *p)
return 0;
}
static struct seq_operations crypto_seq_ops = {
static const struct seq_operations crypto_seq_ops = {
.start = c_start,
.next = c_next,
.stop = c_stop,