summaryrefslogtreecommitdiff
path: root/kexec/arch/ppc64
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-04-24 11:21:21 +1000
committerSimon Horman <horms@verge.net.au>2008-04-24 11:21:21 +1000
commitd1e7c0fa1f66c74c0f0de9673041a19a1eceb35b (patch)
tree1208a2cd1e01f683d736d6a2404d15e964869c47 /kexec/arch/ppc64
parentf30c50cca91449460841c1e1bd9ea0e7de46853c (diff)
<sys/mman.h> is not needed by any kexec/ source
This continues the work that Jamey Sharp did on i386 to cover all other architectures. Cc: Jamey Sharp <jamey@thetovacompany.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/arch/ppc64')
-rw-r--r--kexec/arch/ppc64/kexec-elf-ppc64.c1
-rw-r--r--kexec/arch/ppc64/kexec-zImage-ppc64.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/kexec/arch/ppc64/kexec-elf-ppc64.c b/kexec/arch/ppc64/kexec-elf-ppc64.c
index a8df885..38c5f72 100644
--- a/kexec/arch/ppc64/kexec-elf-ppc64.c
+++ b/kexec/arch/ppc64/kexec-elf-ppc64.c
@@ -27,7 +27,6 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/mman.h>
#include <fcntl.h>
#include <unistd.h>
#include <getopt.h>
diff --git a/kexec/arch/ppc64/kexec-zImage-ppc64.c b/kexec/arch/ppc64/kexec-zImage-ppc64.c
index 3e131e7..c0c5abd 100644
--- a/kexec/arch/ppc64/kexec-zImage-ppc64.c
+++ b/kexec/arch/ppc64/kexec-zImage-ppc64.c
@@ -25,7 +25,6 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/mman.h>
#include <fcntl.h>
#include <unistd.h>
#include <getopt.h>