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/sh/kexec-netbsd-sh.c | |
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/sh/kexec-netbsd-sh.c')
-rw-r--r-- | kexec/arch/sh/kexec-netbsd-sh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kexec/arch/sh/kexec-netbsd-sh.c b/kexec/arch/sh/kexec-netbsd-sh.c index 07c7f26..a9f57b8 100644 --- a/kexec/arch/sh/kexec-netbsd-sh.c +++ b/kexec/arch/sh/kexec-netbsd-sh.c @@ -15,7 +15,6 @@ #include <stdint.h> #include <sys/types.h> #include <sys/stat.h> -#include <sys/mman.h> #include <fcntl.h> #include <unistd.h> #include <getopt.h> |