From 48c8949ea8460216783dd33640121187b9531b60 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 13 Mar 2008 19:37:45 +0800 Subject: [CRYPTO] api: Constify function pointer tables Signed-off-by: Jan Engelhardt Signed-off-by: Herbert Xu --- crypto/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/proc.c') diff --git a/crypto/proc.c b/crypto/proc.c index e482ab68a7c..02ff5670c15 100644 --- a/crypto/proc.c +++ b/crypto/proc.c @@ -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, -- cgit v1.2.3