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 /include/asm-sparc64 | |
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 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/processor.h | 1 | ||||
-rw-r--r-- | include/asm-sparc64/uaccess.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc64/processor.h b/include/asm-sparc64/processor.h index 48e74965c6e5..8da484c19822 100644 --- a/include/asm-sparc64/processor.h +++ b/include/asm-sparc64/processor.h | |||
@@ -14,7 +14,6 @@ | |||
14 | #define current_text_addr() ({ void *pc; __asm__("rd %%pc, %0" : "=r" (pc)); pc; }) | 14 | #define current_text_addr() ({ void *pc; __asm__("rd %%pc, %0" : "=r" (pc)); pc; }) |
15 | 15 | ||
16 | #include <asm/asi.h> | 16 | #include <asm/asi.h> |
17 | #include <asm/a.out.h> | ||
18 | #include <asm/pstate.h> | 17 | #include <asm/pstate.h> |
19 | #include <asm/ptrace.h> | 18 | #include <asm/ptrace.h> |
20 | #include <asm/page.h> | 19 | #include <asm/page.h> |
diff --git a/include/asm-sparc64/uaccess.h b/include/asm-sparc64/uaccess.h index 93720e7b0289..d8547b87e730 100644 --- a/include/asm-sparc64/uaccess.h +++ b/include/asm-sparc64/uaccess.h | |||
@@ -10,7 +10,6 @@ | |||
10 | #include <linux/compiler.h> | 10 | #include <linux/compiler.h> |
11 | #include <linux/sched.h> | 11 | #include <linux/sched.h> |
12 | #include <linux/string.h> | 12 | #include <linux/string.h> |
13 | #include <asm/a.out.h> | ||
14 | #include <asm/asi.h> | 13 | #include <asm/asi.h> |
15 | #include <asm/system.h> | 14 | #include <asm/system.h> |
16 | #include <asm/spitfire.h> | 15 | #include <asm/spitfire.h> |