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-i386 | |
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-i386')
-rw-r--r-- | arch/um/sys-i386/shared/sysdep/ptrace.h | 1 | ||||
-rw-r--r-- | arch/um/sys-i386/shared/sysdep/stub.h | 1 | ||||
-rw-r--r-- | arch/um/sys-i386/stub.S | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/arch/um/sys-i386/shared/sysdep/ptrace.h b/arch/um/sys-i386/shared/sysdep/ptrace.h index 11c08969d134..d50e62e07070 100644 --- a/arch/um/sys-i386/shared/sysdep/ptrace.h +++ b/arch/um/sys-i386/shared/sysdep/ptrace.h | |||
@@ -6,7 +6,6 @@ | |||
6 | #ifndef __SYSDEP_I386_PTRACE_H | 6 | #ifndef __SYSDEP_I386_PTRACE_H |
7 | #define __SYSDEP_I386_PTRACE_H | 7 | #define __SYSDEP_I386_PTRACE_H |
8 | 8 | ||
9 | #include "uml-config.h" | ||
10 | #include "user_constants.h" | 9 | #include "user_constants.h" |
11 | #include "sysdep/faultinfo.h" | 10 | #include "sysdep/faultinfo.h" |
12 | 11 | ||
diff --git a/arch/um/sys-i386/shared/sysdep/stub.h b/arch/um/sys-i386/shared/sysdep/stub.h index 8c097b87fca7..977dedd9221b 100644 --- a/arch/um/sys-i386/shared/sysdep/stub.h +++ b/arch/um/sys-i386/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-i386/stub.S b/arch/um/sys-i386/stub.S index 7699e89f660f..c41b04bf5fa0 100644 --- a/arch/um/sys-i386/stub.S +++ b/arch/um/sys-i386/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 |