diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2019-02-07 13:38:22 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-15 19:41:13 -0600 |
| commit | 4097d46b73465d1bb5f53bd42eba593fdb1d50e2 (patch) | |
| tree | bd182d8e065803b67d416673d30d42c02c4e195e /src/usr/isteps/istep06 | |
| parent | d77319a7e204e83156e72fa482fc057a90e80868 (diff) | |
| download | blackbird-hostboot-4097d46b73465d1bb5f53bd42eba593fdb1d50e2.tar.gz blackbird-hostboot-4097d46b73465d1bb5f53bd42eba593fdb1d50e2.zip | |
Use proper top-level include for fapi2 target
There is a specific order of #include for fapi2 header files.
The generic name (target.H) is the only one that should be used
by application code. That header will include the fapi2-specific
header (fapi2_target.H) and the plat-specific (plat_target.H)
in the proper order.
Change-Id: I7e7c3429bfccbc7e1e675a8716fc127695cad15a
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71539
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep06')
| -rw-r--r-- | src/usr/isteps/istep06/thread_activate/thread_activate.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/istep06/thread_activate/thread_activate.C b/src/usr/isteps/istep06/thread_activate/thread_activate.C index 00a63ef04..707377e14 100644 --- a/src/usr/isteps/istep06/thread_activate/thread_activate.C +++ b/src/usr/isteps/istep06/thread_activate/thread_activate.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2018 */ +/* Contributors Listed Below - COPYRIGHT 2012,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -56,7 +56,7 @@ // fapi support #include <fapi2.H> -#include <fapi2_target.H> +#include <fapi2/target.H> #include <fapi2_hw_access.H> #include <plat_hwp_invoker.H> #include <istep_reasoncodes.H> |

