diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-10-16 01:26:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 09:43:05 -0700 |
commit | c28b59d4779a43e9b7e786c7004cbee8fab1527d (patch) | |
tree | d549ea48ac27e4f8896bde1b4d7bdfe4d3b1ee2d /arch/um/sys-i386 | |
parent | 42fda66387daa53538ae13a2c858396aaf037158 (diff) | |
download | op-kernel-dev-c28b59d4779a43e9b7e786c7004cbee8fab1527d.zip op-kernel-dev-c28b59d4779a43e9b7e786c7004cbee8fab1527d.tar.gz |
uml: remove sysdep/thread.h
This patch removes thread.h, which turns out not to be needed any more.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/sys-i386')
-rw-r--r-- | arch/um/sys-i386/ptrace_user.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/sys-i386/ptrace_user.c b/arch/um/sys-i386/ptrace_user.c index b68dd23..15e3349 100644 --- a/arch/um/sys-i386/ptrace_user.c +++ b/arch/um/sys-i386/ptrace_user.c @@ -11,7 +11,6 @@ /* Grr, asm/user.h includes asm/ptrace.h, so has to follow ptrace_user.h */ #include <asm/user.h> #include "kern_util.h" -#include "sysdep/thread.h" #include "user.h" #include "os.h" #include "uml-config.h" |