diff options
author | 2017-08-25 23:53:59 +0530 | |
---|---|---|
committer | 2017-09-22 17:43:20 +0800 | |
commit | 16d5cee5cf65ff704e59a1e70fa82bf798b5e75e (patch) | |
tree | a4b606dbb1cdeac8b8699228ccf7dd2d4eae8568 /crypto/tcrypt.c | |
parent | crypto: padlock-aes - constify x86_cpu_id (diff) | |
download | linux-rng-16d5cee5cf65ff704e59a1e70fa82bf798b5e75e.tar.xz linux-rng-16d5cee5cf65ff704e59a1e70fa82bf798b5e75e.zip |
crypto: padlock-sha - constify x86_cpu_id
x86_cpu_id are not supposed to change at runtime. MODULE_DEVICE_TABLE
and x86_match_cpu are working with const x86_cpu_id. So mark the
non-const x86_cpu_id structs as const.
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/tcrypt.c')
0 files changed, 0 insertions, 0 deletions