From: David Howells 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 Signed-off-by: Andrew Morton --- 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include _