aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-04-29 13:29:14 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-05-02 06:02:59 +0000
commit83fe4c4e4796b10f2a21d11c2b6a3543851271f7 (patch)
tree61c26563b850cf69bea20db02ed1ddeb023d7f44 /src
parent5489341e6380cb8c7d1249a495486ae9cfcd4fa2 (diff)
soc/intel/{broadwell, skylake}: Remove unused pch_log_state() declaration
This patch removes unused pch_log_state() function declaration from pch.h because elog.c has static implementation of pch_log_state(). Change-Id: Ib0f3831dc3b60af2ee432a76866e401a51b96fb7 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32505 Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/broadwell/include/soc/pch.h1
-rw-r--r--src/soc/intel/skylake/include/soc/pch.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/include/soc/pch.h b/src/soc/intel/broadwell/include/soc/pch.h
index 19ba2e0b64..ef8a87a4db 100644
--- a/src/soc/intel/broadwell/include/soc/pch.h
+++ b/src/soc/intel/broadwell/include/soc/pch.h
@@ -42,7 +42,6 @@ u16 pch_type(void);
int pch_is_wpt(void);
int pch_is_wpt_ulx(void);
u32 pch_read_soft_strap(int id);
-void pch_log_state(void);
void pch_disable_devfn(struct device *dev);
#endif
diff --git a/src/soc/intel/skylake/include/soc/pch.h b/src/soc/intel/skylake/include/soc/pch.h
index d95bcaf259..e2bf5a119c 100644
--- a/src/soc/intel/skylake/include/soc/pch.h
+++ b/src/soc/intel/skylake/include/soc/pch.h
@@ -20,7 +20,6 @@
#include <device/device.h>
-void pch_log_state(void);
#if ENV_RAMSTAGE
void pch_disable_devfn(struct device *dev);
#endif