summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2018-08-15 14:10:08 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2020-01-29 15:00:31 -0600
commitda8e96ea050b51b71535b773f51f7b8ebf534baa (patch)
tree2fe2e1ffa3909c65d882061f74a932dc937c330e /src/import/chips/p9/procedures
parent43f41edb7a693242eca34d81f143c488c6fa4165 (diff)
downloadtalos-hostboot-da8e96ea050b51b71535b773f51f7b8ebf534baa.tar.gz
talos-hostboot-da8e96ea050b51b71535b773f51f7b8ebf534baa.zip
remove relative path to p9_lpc_utils.H from p9_collect_lpc_regs.C
Change-Id: I728fffbca375478182d609f85e62ab0a8dbc2a87 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64594 Dev-Ready: Matt K Light <mklight@us.ibm.com> Dev-Ready: Brent Wieman <bwieman@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Steven B Janssen <janssens@us.ibm.com> Reviewed-by: Kahn C Evans <kahnevan@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64601 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures')
-rw-r--r--src/import/chips/p9/procedures/hwp/ffdc/p9_collect_lpc_regs.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/ffdc/p9_collect_lpc_regs.C b/src/import/chips/p9/procedures/hwp/ffdc/p9_collect_lpc_regs.C
index 4e8ee34b2..f17dcffcb 100644
--- a/src/import/chips/p9/procedures/hwp/ffdc/p9_collect_lpc_regs.C
+++ b/src/import/chips/p9/procedures/hwp/ffdc/p9_collect_lpc_regs.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2018 */
+/* Contributors Listed Below - COPYRIGHT 2018,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -32,7 +32,7 @@
#include "p9_misc_scom_addresses.H"
#include "p9_misc_scom_addresses_fld.H"
-#include "../perv/p9_lpc_utils.H"
+#include <p9_lpc_utils.H>
static void lpc_dump(
const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target_chip,
OpenPOWER on IntegriCloud