diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-25 04:12:10 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 01:55:22 -0400 |
commit | 887c57d480ee9dbfec53f2539359dd289f50acab (patch) | |
tree | 248852c418ea5a30d51c882f42d3a5020d6c5e52 /arch/um/sys-x86_64 | |
parent | aa7bd942498512d6b77d1d0da846a8ecdd5d6186 (diff) |
x86, um: get rid of excessive includes of uml-config.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/um/sys-x86_64')
-rw-r--r-- | arch/um/sys-x86_64/shared/sysdep/ptrace.h | 1 | ||||
-rw-r--r-- | arch/um/sys-x86_64/shared/sysdep/stub.h | 1 | ||||
-rw-r--r-- | arch/um/sys-x86_64/stub.S | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/arch/um/sys-x86_64/shared/sysdep/ptrace.h b/arch/um/sys-x86_64/shared/sysdep/ptrace.h index 9ea44d111f33..fdba5457947a 100644 --- a/arch/um/sys-x86_64/shared/sysdep/ptrace.h +++ b/arch/um/sys-x86_64/shared/sysdep/ptrace.h | |||
@@ -8,7 +8,6 @@ | |||
8 | #ifndef __SYSDEP_X86_64_PTRACE_H | 8 | #ifndef __SYSDEP_X86_64_PTRACE_H |
9 | #define __SYSDEP_X86_64_PTRACE_H | 9 | #define __SYSDEP_X86_64_PTRACE_H |
10 | 10 | ||
11 | #include "uml-config.h" | ||
12 | #include "user_constants.h" | 11 | #include "user_constants.h" |
13 | #include "sysdep/faultinfo.h" | 12 | #include "sysdep/faultinfo.h" |
14 | 13 | ||
diff --git a/arch/um/sys-x86_64/shared/sysdep/stub.h b/arch/um/sys-x86_64/shared/sysdep/stub.h index 655f9c2de3ac..3432aa249970 100644 --- a/arch/um/sys-x86_64/shared/sysdep/stub.h +++ b/arch/um/sys-x86_64/shared/sysdep/stub.h | |||
@@ -12,7 +12,6 @@ | |||
12 | #include "as-layout.h" | 12 | #include "as-layout.h" |
13 | #include "stub-data.h" | 13 | #include "stub-data.h" |
14 | #include "kern_constants.h" | 14 | #include "kern_constants.h" |
15 | #include "uml-config.h" | ||
16 | 15 | ||
17 | extern void stub_segv_handler(int sig); | 16 | extern void stub_segv_handler(int sig); |
18 | extern void stub_clone_handler(void); | 17 | extern void stub_clone_handler(void); |
diff --git a/arch/um/sys-x86_64/stub.S b/arch/um/sys-x86_64/stub.S index 568768763155..6d9edf9fabce 100644 --- a/arch/um/sys-x86_64/stub.S +++ b/arch/um/sys-x86_64/stub.S | |||
@@ -1,4 +1,3 @@ | |||
1 | #include "uml-config.h" | ||
2 | #include "as-layout.h" | 1 | #include "as-layout.h" |
3 | 2 | ||
4 | .globl syscall_stub | 3 | .globl syscall_stub |