diff options
author | Bill Hoffa <wghoffa@us.ibm.com> | 2016-06-07 17:05:39 -0500 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-06-08 11:32:36 -0400 |
commit | abc1865484ea42e18ae2c116947fe0d6975ca5f8 (patch) | |
tree | f657a4410847622dd05f1c7ae98cab4a3b50a466 /src | |
parent | 47e886f3c39071b33941769d825d67ecb92372f1 (diff) | |
download | blackbird-hostboot-abc1865484ea42e18ae2c116947fe0d6975ca5f8.tar.gz blackbird-hostboot-abc1865484ea42e18ae2c116947fe0d6975ca5f8.zip |
Remove File I/O from p9_infrastruct_help.H
Change-Id: I1e92f4eb8346d55695a1a4371b1e1987ba1262bb
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25476
Tested-by: Jenkins Server
Tested-by: Hostboot CI
Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25479
Tested-by: FSP CI Jenkins
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H b/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H index f9b792998..2e1e62200 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H +++ b/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H @@ -22,12 +22,7 @@ #include <stdint.h> #include <stdlib.h> #include <stdio.h> -#include <sys/mman.h> -#include <unistd.h> -#include <fcntl.h> //open() -#include <sys/stat.h> #include <string.h> //memcpy() -#include <dirent.h> #include <errno.h> // |