diff options
author | 2025-02-25 17:37:15 +0100 | |
---|---|---|
committer | 2025-03-27 15:34:04 +0200 | |
commit | fb3bf46de6d9b00088965db6b3c56a6c18153c9f (patch) | |
tree | 0f8d0324daad762c073ec5fa380bbf460163b85d /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | tpm: do not start chip while suspended (diff) | |
download | wireguard-linux-fb3bf46de6d9b00088965db6b3c56a6c18153c9f.tar.xz wireguard-linux-fb3bf46de6d9b00088965db6b3c56a6c18153c9f.zip |
tpm: ftpm_tee: remove incorrect of_match_ptr annotation
Building with W=1 shows a warning about of_ftpm_tee_ids being unused when
CONFIG_OF is disabled:
drivers/char/tpm/tpm_ftpm_tee.c:356:34: error: unused variable 'of_ftpm_tee_ids' [-Werror,-Wunused-const-variable]
Drop the unnecessary of_match_ptr().
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Sumit Garg <sumit.garg@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions