diff options
author | David Howells <dhowells@redhat.com> | 2008-02-08 07:19:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 12:22:30 -0500 |
commit | 1eb114112381eb66ebacdace1b6e70d30d603f9c (patch) | |
tree | 3b97926b1a90aa996f99a23281809c3d960fd3d8 /fs/proc | |
parent | 7fa3031500ec9b0a7460c8c23751799006ffee74 (diff) |
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/proc')
-rw-r--r-- | fs/proc/kcore.c | 1 | ||||
-rw-r--r-- | fs/proc/vmcore.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c index 7dd26e18cbfd..e78c81fcf547 100644 --- a/fs/proc/kcore.c +++ b/fs/proc/kcore.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <linux/mm.h> | 12 | #include <linux/mm.h> |
13 | #include <linux/proc_fs.h> | 13 | #include <linux/proc_fs.h> |
14 | #include <linux/user.h> | 14 | #include <linux/user.h> |
15 | #include <linux/a.out.h> | ||
16 | #include <linux/capability.h> | 15 | #include <linux/capability.h> |
17 | #include <linux/elf.h> | 16 | #include <linux/elf.h> |
18 | #include <linux/elfcore.h> | 17 | #include <linux/elfcore.h> |
diff --git a/fs/proc/vmcore.c b/fs/proc/vmcore.c index 523e1098ae88..9ac0f5e064e0 100644 --- a/fs/proc/vmcore.c +++ b/fs/proc/vmcore.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include <linux/mm.h> | 10 | #include <linux/mm.h> |
11 | #include <linux/proc_fs.h> | 11 | #include <linux/proc_fs.h> |
12 | #include <linux/user.h> | 12 | #include <linux/user.h> |
13 | #include <linux/a.out.h> | ||
14 | #include <linux/elf.h> | 13 | #include <linux/elf.h> |
15 | #include <linux/elfcore.h> | 14 | #include <linux/elfcore.h> |
16 | #include <linux/highmem.h> | 15 | #include <linux/highmem.h> |