summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/um_arch.c
diff options
context:
space:
mode:
authorJeff Dike2005-06-14 00:52:04 +0200
committerLinus Torvalds2005-06-14 05:58:43 +0200
commit8447f3f4659d91c2f11a1476522369c9d6ae6ada (patch)
treecf04a383839f31cce3976207c48c49310970d6b8 /arch/um/kernel/um_arch.c
parentMerge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (diff)
downloadkernel-qcow2-linux-8447f3f4659d91c2f11a1476522369c9d6ae6ada.tar.gz
kernel-qcow2-linux-8447f3f4659d91c2f11a1476522369c9d6ae6ada.tar.xz
kernel-qcow2-linux-8447f3f4659d91c2f11a1476522369c9d6ae6ada.zip
[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/kernel/um_arch.c')
-rw-r--r--arch/um/kernel/um_arch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c
index 418427107b29..8736d098f0ee 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"