diff options
author | Simon Horman <horms@verge.net.au> | 2008-04-24 11:21:21 +1000 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-04-24 11:21:21 +1000 |
commit | d1e7c0fa1f66c74c0f0de9673041a19a1eceb35b (patch) | |
tree | 1208a2cd1e01f683d736d6a2404d15e964869c47 /kexec/arch/mips | |
parent | f30c50cca91449460841c1e1bd9ea0e7de46853c (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/mips')
-rw-r--r-- | kexec/arch/mips/kexec-elf-mips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kexec/arch/mips/kexec-elf-mips.c b/kexec/arch/mips/kexec-elf-mips.c index 8220829..95695b6 100644 --- a/kexec/arch/mips/kexec-elf-mips.c +++ b/kexec/arch/mips/kexec-elf-mips.c @@ -17,7 +17,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> |