]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[CRYPTO] api: Constify function pointer tables
authorJan Engelhardt <jengelh@computergmbh.de>
Thu, 13 Mar 2008 11:37:45 +0000 (19:37 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 21 Apr 2008 02:19:22 +0000 (10:19 +0800)
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/proc.c

index e482ab68a7cee3146da8249ea7db749703a93cc8..02ff5670c1583e4d454dfc37028b427e92d7d342 100644 (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,