commit | 16d5cee5cf65ff704e59a1e70fa82bf798b5e75e | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Fri Aug 25 23:53:59 2017 +0530 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 22 17:43:20 2017 +0800 |
tree | a4b606dbb1cdeac8b8699228ccf7dd2d4eae8568 | |
parent | d989364535803dfcd97e3b6832d9698109add6ff [diff] |
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>