crypto: user - constify netlink dispatch table
authorMathias Krause <minipli@googlemail.com>
Sun, 24 Feb 2013 13:09:12 +0000 (14:09 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 10 Mar 2013 08:46:43 +0000 (16:46 +0800)
commita84fb791cb467851772a9196c05531be4abaf1bb
tree6051c137013541d944115a7b4c67da0bc8c393b5
parent918731fa2808352387a872799d96f1e293e5f658
crypto: user - constify netlink dispatch table

There is no need to modify the netlink dispatch table at runtime and
making it const even makes the resulting object file slightly smaller.

Cc: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/crypto_user.c
This page took 0.028975 seconds and 5 git commands to generate.