diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2021-02-05 00:54:27 +0300 |
---|---|---|
committer | Jarkko Sakkinen <jarkko@kernel.org> | 2021-02-16 11:40:27 +0300 |
commit | 90cba8d20f8b09d62a25f9864cb8e67722d76c3a (patch) | |
tree | 759ae82b4cd6fd8545f094562b989d7d6f8748ff /security | |
parent | 52d0848e1d60e8884eca6a949300f8e5be094ddf (diff) | |
download | linux-90cba8d20f8b09d62a25f9864cb8e67722d76c3a.tar.xz |
tpm/ppi: Constify static struct attribute_group
The only usage of ppi_attr_grp is to put its address in an array of
pointers to const struct attribute_group. Make it const to allow the
compiler to put it in read-only memory.
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions