<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: David Howells &lt;dhowells@redhat.com&gt;

The attached patch removes some unnecessary inclusions of asm/a.out.h, thus
allowing an arch to dispense with it.

Signed-Off-By: David Howells &lt;dhowells@redhat.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 25-akpm/fs/exec.c       |    1 -
 25-akpm/fs/proc/kcore.c |    1 -
 2 files changed, 2 deletions(-)

diff -puN fs/exec.c~remove-unnecessary-inclusions-of-asm-aouth fs/exec.c
--- 25/fs/exec.c~remove-unnecessary-inclusions-of-asm-aouth	2004-11-09 00:08:48.859263288 -0800
+++ 25-akpm/fs/exec.c	2004-11-09 00:08:48.865262376 -0800
@@ -26,7 +26,6 @@
 #include &lt;linux/slab.h&gt;
 #include &lt;linux/file.h&gt;
 #include &lt;linux/mman.h&gt;
-#include &lt;linux/a.out.h&gt;
 #include &lt;linux/stat.h&gt;
 #include &lt;linux/fcntl.h&gt;
 #include &lt;linux/smp_lock.h&gt;
diff -puN fs/proc/kcore.c~remove-unnecessary-inclusions-of-asm-aouth fs/proc/kcore.c
--- 25/fs/proc/kcore.c~remove-unnecessary-inclusions-of-asm-aouth	2004-11-09 00:08:48.861262984 -0800
+++ 25-akpm/fs/proc/kcore.c	2004-11-09 00:08:48.865262376 -0800
@@ -13,7 +13,6 @@
 #include &lt;linux/mm.h&gt;
 #include &lt;linux/proc_fs.h&gt;
 #include &lt;linux/user.h&gt;
-#include &lt;linux/a.out.h&gt;
 #include &lt;linux/elf.h&gt;
 #include &lt;linux/elfcore.h&gt;
 #include &lt;linux/vmalloc.h&gt;
_
</pre></body></html>