diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-08-25 23:53:42 +0530 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-09-22 17:43:20 +0800 |
commit | d989364535803dfcd97e3b6832d9698109add6ff (patch) | |
tree | f2c82cb4c5503788ffcd5d8f1970f74c8a2f8cd1 /drivers/crypto/padlock-sha.c | |
parent | 9e0a0b3a192af20193f074ed2ad9dd85a2e48d00 (diff) | |
download | linux-d989364535803dfcd97e3b6832d9698109add6ff.tar.gz linux-d989364535803dfcd97e3b6832d9698109add6ff.tar.bz2 linux-d989364535803dfcd97e3b6832d9698109add6ff.zip |
crypto: padlock-aes - 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 'drivers/crypto/padlock-sha.c')
0 files changed, 0 insertions, 0 deletions