From 7758b47e3be128ab8c1c3fecb63b8f0054351ee0 Mon Sep 17 00:00:00 2001 From: Grzegorz Bernacki Date: Wed, 14 Jun 2023 12:01:32 +0000 Subject: drivers/tpm: Move tis_plat_irq_status to cr50 driver tis_plat_irq_status() function is used only by Google TPM. It should be moved to drivers/tpm/cr50.c. The name of the function was changed to cr50_plat_irq_status(). BUG=b:277787305 TEST=Build all affected platforms Change-Id: I78dc39f2c7b44232b06947d3dfe6afa52807ced8 Signed-off-by: Grzegorz Bernacki Reviewed-on: https://review.coreboot.org/c/coreboot/+/75917 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Raul Rangel --- src/soc/intel/common/tpm_tis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/common/tpm_tis.c b/src/soc/intel/common/tpm_tis.c index d761f14483..56cf64809e 100644 --- a/src/soc/intel/common/tpm_tis.c +++ b/src/soc/intel/common/tpm_tis.c @@ -1,9 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include -#include +#include -int tis_plat_irq_status(void) +int cr50_plat_irq_status(void) { return acpi_get_gpe(CONFIG_TPM_TIS_ACPI_INTERRUPT); } -- cgit v1.2.3