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 /arch/sparc64/kernel | |
| 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 'arch/sparc64/kernel')
| -rw-r--r-- | arch/sparc64/kernel/binfmt_elf32.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/process.c | 1 | ||||
| -rw-r--r-- | arch/sparc64/kernel/setup.c | 1 | ||||
| -rw-r--r-- | arch/sparc64/kernel/sparc64_ksyms.c | 1 | ||||
| -rw-r--r-- | arch/sparc64/kernel/sys_sparc.c | 1 | ||||
| -rw-r--r-- | arch/sparc64/kernel/sys_sparc32.c | 1 |
6 files changed, 0 insertions, 7 deletions
diff --git a/arch/sparc64/kernel/binfmt_elf32.c b/arch/sparc64/kernel/binfmt_elf32.c index d141300e76b7..a0718dc950f4 100644 --- a/arch/sparc64/kernel/binfmt_elf32.c +++ b/arch/sparc64/kernel/binfmt_elf32.c | |||
| @@ -128,8 +128,6 @@ MODULE_AUTHOR("Eric Youngdale, David S. Miller, Jakub Jelinek"); | |||
| 128 | #undef MODULE_DESCRIPTION | 128 | #undef MODULE_DESCRIPTION |
| 129 | #undef MODULE_AUTHOR | 129 | #undef MODULE_AUTHOR |
| 130 | 130 | ||
| 131 | #include <asm/a.out.h> | ||
| 132 | |||
| 133 | #undef TASK_SIZE | 131 | #undef TASK_SIZE |
| 134 | #define TASK_SIZE STACK_TOP32 | 132 | #define TASK_SIZE STACK_TOP32 |
| 135 | 133 | ||
diff --git a/arch/sparc64/kernel/process.c b/arch/sparc64/kernel/process.c index 6e21785bb36d..1b2379174988 100644 --- a/arch/sparc64/kernel/process.c +++ b/arch/sparc64/kernel/process.c | |||
| @@ -24,7 +24,6 @@ | |||
| 24 | #include <linux/ptrace.h> | 24 | #include <linux/ptrace.h> |
| 25 | #include <linux/slab.h> | 25 | #include <linux/slab.h> |
| 26 | #include <linux/user.h> | 26 | #include <linux/user.h> |
| 27 | #include <linux/a.out.h> | ||
| 28 | #include <linux/reboot.h> | 27 | #include <linux/reboot.h> |
| 29 | #include <linux/delay.h> | 28 | #include <linux/delay.h> |
| 30 | #include <linux/compat.h> | 29 | #include <linux/compat.h> |
diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c index a813441b358f..5964d8653ade 100644 --- a/arch/sparc64/kernel/setup.c +++ b/arch/sparc64/kernel/setup.c | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | #include <linux/slab.h> | 15 | #include <linux/slab.h> |
| 16 | #include <asm/smp.h> | 16 | #include <asm/smp.h> |
| 17 | #include <linux/user.h> | 17 | #include <linux/user.h> |
| 18 | #include <linux/a.out.h> | ||
| 19 | #include <linux/screen_info.h> | 18 | #include <linux/screen_info.h> |
| 20 | #include <linux/delay.h> | 19 | #include <linux/delay.h> |
| 21 | #include <linux/fs.h> | 20 | #include <linux/fs.h> |
diff --git a/arch/sparc64/kernel/sparc64_ksyms.c b/arch/sparc64/kernel/sparc64_ksyms.c index 8649635d6d74..68db08930399 100644 --- a/arch/sparc64/kernel/sparc64_ksyms.c +++ b/arch/sparc64/kernel/sparc64_ksyms.c | |||
| @@ -53,7 +53,6 @@ | |||
| 53 | #include <asm/ebus.h> | 53 | #include <asm/ebus.h> |
| 54 | #include <asm/isa.h> | 54 | #include <asm/isa.h> |
| 55 | #endif | 55 | #endif |
| 56 | #include <asm/a.out.h> | ||
| 57 | #include <asm/ns87303.h> | 56 | #include <asm/ns87303.h> |
| 58 | #include <asm/timer.h> | 57 | #include <asm/timer.h> |
| 59 | #include <asm/cpudata.h> | 58 | #include <asm/cpudata.h> |
diff --git a/arch/sparc64/kernel/sys_sparc.c b/arch/sparc64/kernel/sys_sparc.c index c56573a10eee..134d801579f9 100644 --- a/arch/sparc64/kernel/sys_sparc.c +++ b/arch/sparc64/kernel/sys_sparc.c | |||
| @@ -28,7 +28,6 @@ | |||
| 28 | #include <asm/uaccess.h> | 28 | #include <asm/uaccess.h> |
| 29 | #include <asm/utrap.h> | 29 | #include <asm/utrap.h> |
| 30 | #include <asm/perfctr.h> | 30 | #include <asm/perfctr.h> |
| 31 | #include <asm/a.out.h> | ||
| 32 | #include <asm/unistd.h> | 31 | #include <asm/unistd.h> |
| 33 | 32 | ||
| 34 | /* #define DEBUG_UNIMP_SYSCALL */ | 33 | /* #define DEBUG_UNIMP_SYSCALL */ |
diff --git a/arch/sparc64/kernel/sys_sparc32.c b/arch/sparc64/kernel/sys_sparc32.c index 98c468803ce3..deaba2bd0535 100644 --- a/arch/sparc64/kernel/sys_sparc32.c +++ b/arch/sparc64/kernel/sys_sparc32.c | |||
| @@ -57,7 +57,6 @@ | |||
| 57 | #include <asm/fpumacro.h> | 57 | #include <asm/fpumacro.h> |
| 58 | #include <asm/semaphore.h> | 58 | #include <asm/semaphore.h> |
| 59 | #include <asm/mmu_context.h> | 59 | #include <asm/mmu_context.h> |
| 60 | #include <asm/a.out.h> | ||
| 61 | #include <asm/compat_signal.h> | 60 | #include <asm/compat_signal.h> |
| 62 | 61 | ||
| 63 | asmlinkage long sys32_chown16(const char __user * filename, u16 user, u16 group) | 62 | asmlinkage long sys32_chown16(const char __user * filename, u16 user, u16 group) |
