tpm: unconstify tpm_tis_chip_data
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Thu, 6 Feb 2025 09:28:56 +0000 (11:28 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 18 Feb 2025 14:26:43 +0000 (08:26 -0600)
commit92880a58cafc93c0907b9d3a6b13e6425366b7c0
tree1b1b65cbba739c626a7ab0d0f0ee865bb6e4fa79
parent714a0227fefc51e0f7b072d39f5ccc4ebc1f9140
tpm: unconstify tpm_tis_chip_data

The struct contains an iomem pointer that we later remap and update.
Remove const from the struct definition.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
drivers/tpm/tpm2_tis_mmio.c