diff options
author | Jeff Dike <jdike@addtoit.com> | 2005-06-13 15:52:04 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-13 20:58:43 -0700 |
commit | 8447f3f4659d91c2f11a1476522369c9d6ae6ada (patch) | |
tree | cf04a383839f31cce3976207c48c49310970d6b8 /arch/um | |
parent | 628c70da8f6c1d5a3bc3af8ca338f18ee3093438 (diff) | |
download | op-kernel-dev-8447f3f4659d91c2f11a1476522369c9d6ae6ada.zip op-kernel-dev-8447f3f4659d91c2f11a1476522369c9d6ae6ada.tar.gz |
[PATCH] uml: remove duplicate includes
A few files include the same header twice.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/kernel/main.c | 2 | ||||
-rw-r--r-- | arch/um/kernel/process.c | 1 | ||||
-rw-r--r-- | arch/um/kernel/um_arch.c | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/kernel/main.c b/arch/um/kernel/main.c index e42e636..e59f581 100644 --- a/arch/um/kernel/main.c +++ b/arch/um/kernel/main.c @@ -24,8 +24,6 @@ #include "mode.h" #include "choose-mode.h" #include "uml-config.h" -#include "irq_user.h" -#include "time_user.h" #include "os.h" /* Set in set_stklim, which is called from main and __wrap_malloc. diff --git a/arch/um/kernel/process.c b/arch/um/kernel/process.c index 51f8e5a..793c77c 100644 --- a/arch/um/kernel/process.c +++ b/arch/um/kernel/process.c @@ -30,7 +30,6 @@ #include "init.h" #include "os.h" #include "uml-config.h" -#include "ptrace_user.h" #include "choose-mode.h" #include "mode.h" #ifdef UML_CONFIG_MODE_SKAS diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index 4184271..8736d09 100644 --- a/arch/um/kernel/um_arch.c +++ b/arch/um/kernel/um_arch.c @@ -26,7 +26,6 @@ #include "asm/setup.h" #include "ubd_user.h" #include "asm/current.h" -#include "asm/setup.h" #include "user_util.h" #include "kern_util.h" #include "kern.h" |