diff options
| author | Martin Peschke <mpeschke@de.ibm.com> | 2016-05-25 18:35:39 +0200 |
|---|---|---|
| committer | Bill Hoffa <wghoffa@us.ibm.com> | 2016-06-02 09:26:00 -0500 |
| commit | ea5a2c6c005d8f482693d548e39c02d33abd5ad7 (patch) | |
| tree | b866b928c3be0003073f16536607dc8c8f728db1 | |
| parent | 57ad3213c015bf8964ffa83a374ba7e3c544d4f1 (diff) | |
| download | blackbird-hostboot-ea5a2c6c005d8f482693d548e39c02d33abd5ad7.tar.gz blackbird-hostboot-ea5a2c6c005d8f482693d548e39c02d33abd5ad7.zip | |
p9_tor: cleaning up use of p9_xip_image
Removing some unnecessary header file dependency.
Needed to clean up the p9_ring_apply build flow.
Change-Id: I1b09937ad8f944f67d18138f92ae86422f4ce321
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25017
Tested-by: Jenkins Server
Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
| -rw-r--r-- | src/import/chips/p9/utils/imageProcs/p9_tor.C | 1 | ||||
| -rw-r--r-- | src/import/chips/p9/utils/imageProcs/p9_tor.H | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.C b/src/import/chips/p9/utils/imageProcs/p9_tor.C index 38f80ceb7..18c3b3a0e 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_tor.C +++ b/src/import/chips/p9/utils/imageProcs/p9_tor.C @@ -29,6 +29,7 @@ // it is used pass by value // #include "p9_tor.H" +#include "p9_xip_image.h" // // PPE type names: diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.H b/src/import/chips/p9/utils/imageProcs/p9_tor.H index 2813e095a..f1f547cf2 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_tor.H +++ b/src/import/chips/p9/utils/imageProcs/p9_tor.H @@ -22,7 +22,6 @@ #include "p9_ring_identification.H" #include "p9_ringId.H" #include "p9_infrastruct_help.H" -#include "p9_xip_image.h" #define NUM_RING_IDS P9_NUM_RINGS |

