]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tpm: Make chip->{status,cancel,req_canceled} opt
authorJarkko Sakkinen <jarkko.sakkinen@opinsys.com>
Wed, 26 Mar 2025 15:55:49 +0000 (17:55 +0200)
committerJarkko Sakkinen <jarkko@kernel.org>
Thu, 27 Mar 2025 15:10:43 +0000 (17:10 +0200)
commit980a573621ea4b5032123937df0115bdbec6b2de
treecd2bf9aa678d0969a38cf0d9e4c2380b53e5f387
parent372f97a24a70bffa0d33eb4ae5a1fbe9962658f4
tpm: Make chip->{status,cancel,req_canceled} opt

tpm_ftpm_tee does not require chip->status, chip->cancel and
chip->req_canceled. Make them optional.

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@opinsys.com>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/tpm-interface.c
drivers/char/tpm/tpm_ftpm_tee.c