diff --git a/[refs] b/[refs] index 2d98cdff2fd5..2df68d88679b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 744b5a28109e6a107c24a1426ee22f92b17995e9 +refs/heads/master: 48c8949ea8460216783dd33640121187b9531b60 diff --git a/trunk/crypto/proc.c b/trunk/crypto/proc.c index e482ab68a7ce..02ff5670c158 100644 --- a/trunk/crypto/proc.c +++ b/trunk/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,