diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/proc.c b/crypto/proc.c index e482ab68a7ce..02ff5670c158 100644 --- a/crypto/proc.c +++ b/crypto/proc.c | |||
@@ -78,7 +78,7 @@ static int c_show(struct seq_file *m, void *p) | |||
78 | return 0; | 78 | return 0; |
79 | } | 79 | } |
80 | 80 | ||
81 | static struct seq_operations crypto_seq_ops = { | 81 | static const struct seq_operations crypto_seq_ops = { |
82 | .start = c_start, | 82 | .start = c_start, |
83 | .next = c_next, | 83 | .next = c_next, |
84 | .stop = c_stop, | 84 | .stop = c_stop, |