aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/pmutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake/pmutil.c')
-rw-r--r--src/soc/intel/jasperlake/pmutil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/jasperlake/pmutil.c b/src/soc/intel/jasperlake/pmutil.c
index f92e746ae3..ebe46b1d0e 100644
--- a/src/soc/intel/jasperlake/pmutil.c
+++ b/src/soc/intel/jasperlake/pmutil.c
@@ -156,7 +156,6 @@ uintptr_t soc_read_pmc_base(void)
return (uintptr_t)pmc_mmio_regs();
}
-
uint32_t *soc_pmc_etr_addr(void)
{
return (uint32_t *)(soc_read_pmc_base() + ETR);