Skip to content

Commit

Permalink
remove relative path to p9_lpc_utils.H from p9_collect_lpc_regs.C
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mklight authored and dcrowell77 committed Jan 29, 2020
1 parent 43f41ed commit da8e96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/ffdc/p9_collect_lpc_regs.C
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2018 */
/* Contributors Listed Below - COPYRIGHT 2018,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand All @@ -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,
Expand Down

0 comments on commit da8e96e

Please sign in to comment.