From 14e8f20edca4e33fcd5fda8d0977ee96864e60b4 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Tue, 26 Jun 2018 18:08:49 -0700 Subject: soc/intel/common/block/pmc: Get rid of pmc_fixup_power_state Now that APL does not need pmc_fixup_power_state, this function can be removed from the PMC common code as well. BUG=b:110836465 Change-Id: I94de41f3e52228bca4b7a5579afe5a23719429be Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/27250 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/block/include/intelblocks/pmclib.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/soc/intel/common/block/include/intelblocks/pmclib.h') diff --git a/src/soc/intel/common/block/include/intelblocks/pmclib.h b/src/soc/intel/common/block/include/intelblocks/pmclib.h index d631f01d28..ddf384b56b 100644 --- a/src/soc/intel/common/block/include/intelblocks/pmclib.h +++ b/src/soc/intel/common/block/include/intelblocks/pmclib.h @@ -150,9 +150,6 @@ void pmc_global_reset_enable(bool enable); */ void pmc_global_reset_lock(void); -/* Rewrite the gpe0 registers in cbmem to proper values as per routing table */ -void pmc_fixup_power_state(void); - /* Returns the power state structure */ struct chipset_power_state *pmc_get_power_state(void); -- cgit v1.2.3