summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_ringId.C
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2016-08-05 15:29:36 +0200
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-12 09:56:47 -0400
commit04cff1da46a884b2b7c13659e4412dec16c34580 (patch)
tree87b293ef40d1ef2a9736dd9a2f931e12732c0656 /src/import/chips/p9/utils/imageProcs/p9_ringId.C
parentb3eacbc8f430856670fe9a6dd204ad24fa7177d3 (diff)
downloadtalos-hostboot-04cff1da46a884b2b7c13659e4412dec16c34580.tar.gz
talos-hostboot-04cff1da46a884b2b7c13659e4412dec16c34580.zip
p9_ringId / p9_ring_identification: cleanup extern declarations
There is whole bunch of extern declarations in p9_ring_identification.H which refer to stuff that is actually declared in p9_ringId.C. So the right place for these extern declaration is p9_ringId.H. Moving these allows to move a couple of structure definitions, which belong to p9_ringId as well. Besides an unused structure definition is removed entirely. Having these things fall into the right places has enabled cleaning up a few include statements. This makes sure that other code doesn't pick up stuff that it doesn't need. Change-Id: Ic6e8748b8b56653859d1e146ea44e19b7243fd23 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27909 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27911 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/utils/imageProcs/p9_ringId.C')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_ringId.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ringId.C b/src/import/chips/p9/utils/imageProcs/p9_ringId.C
index fa24ba03a..653aa31c8 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_ringId.C
+++ b/src/import/chips/p9/utils/imageProcs/p9_ringId.C
@@ -22,6 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
+
#include "p9_ringId.H"
#include "p9_ring_identification.H"
#include "p9_tor.H"
OpenPOWER on IntegriCloud