diff options
author | David Howells <dhowells@redhat.com> | 2008-02-08 13:19:29 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 18:22:30 +0100 |
commit | 1eb114112381eb66ebacdace1b6e70d30d603f9c (patch) | |
tree | 3b97926b1a90aa996f99a23281809c3d960fd3d8 /fs/binfmt_flat.c | |
parent | aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT (diff) | |
download | linux-1eb114112381eb66ebacdace1b6e70d30d603f9c.tar.xz linux-1eb114112381eb66ebacdace1b6e70d30d603f9c.zip |
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
Remove now unnecessary inclusions of {asm,linux}/a.out.h.
[akpm@linux-foundation.org: fix alpha build]
Signed-off-by: David Howells <dhowells@redhat.com>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/binfmt_flat.c')
-rw-r--r-- | fs/binfmt_flat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c index 33764fd6db66..d8a02f1e08cc 100644 --- a/fs/binfmt_flat.c +++ b/fs/binfmt_flat.c @@ -20,7 +20,6 @@ #include <linux/sched.h> #include <linux/mm.h> #include <linux/mman.h> -#include <linux/a.out.h> #include <linux/errno.h> #include <linux/signal.h> #include <linux/string.h> |