git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
918731f
)
crypto: user - constify netlink dispatch table
author
Mathias Krause
<minipli@googlemail.com>
Sun, 24 Feb 2013 13:09:12 +0000
(14:09 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 10 Mar 2013 08:46:43 +0000
(16:46 +0800)
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>
No differences found