summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2017-06-23 04:17:44 -0500
committerAMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>2017-06-30 13:15:12 -0400
commitd3dc530de83a8f61f2811dd4291bc0ed7e9aa5cf (patch)
treefd60bc5e8d06b19cfd03bf6946093311d83cf20e /src/import
parent92579547800e3832e1c6d19a2c966e624e0d283f (diff)
downloadtalos-sbe-d3dc530de83a8f61f2811dd4291bc0ed7e9aa5cf.tar.gz
talos-sbe-d3dc530de83a8f61f2811dd4291bc0ed7e9aa5cf.zip
PM: Fix for cyclic inclusion of header files.
HWP using this utility to collect FFDC fail to compile because of cyclic inclusion of header files in p9_eq_clear_atomic_lock.H. Commit resolves this issue. Change-Id: Idbb269a48bb9765194ae6616f4b76643f4ac917c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42347 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: BRIAN D. VICTOR <brian.d.victor1@ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42656 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/hwp/ffdc/p9_eq_clear_atomic_lock.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/ffdc/p9_eq_clear_atomic_lock.H2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/ffdc/p9_eq_clear_atomic_lock.C b/src/import/chips/p9/procedures/hwp/ffdc/p9_eq_clear_atomic_lock.C
index 0c4ad6c3..6cd4c276 100644
--- a/src/import/chips/p9/procedures/hwp/ffdc/p9_eq_clear_atomic_lock.C
+++ b/src/import/chips/p9/procedures/hwp/ffdc/p9_eq_clear_atomic_lock.C
@@ -32,6 +32,7 @@
/// *HWP Level : 2
/// *HWP Consumed by : SBE, HB
+#include <fapi2.H>
#include <p9_quad_scom_addresses.H>
#include <p9_quad_scom_addresses_fld.H>
#include <p9_eq_clear_atomic_lock.H>
diff --git a/src/import/chips/p9/procedures/hwp/ffdc/p9_eq_clear_atomic_lock.H b/src/import/chips/p9/procedures/hwp/ffdc/p9_eq_clear_atomic_lock.H
index 0c7cb026..7de3b345 100644
--- a/src/import/chips/p9/procedures/hwp/ffdc/p9_eq_clear_atomic_lock.H
+++ b/src/import/chips/p9/procedures/hwp/ffdc/p9_eq_clear_atomic_lock.H
@@ -40,7 +40,7 @@
//------------------------------------------------------------------------------
// Includes
//------------------------------------------------------------------------------
-#include <fapi2.H>
+#include <return_code.H>
#include <error_info_defs.H>
#ifndef __PPE__
OpenPOWER on IntegriCloud