aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2005-05-05 16:15:33 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-05 16:36:37 -0700
commita0b8d32020681535700e7bd4dac29ecf25d944ae (patch)
treedc1827a40c44668097e32f19b054da8a14838a92 /arch/um
parent[PATCH] uml: tidy Makefile.rules (diff)
downloadlinux-dev-a0b8d32020681535700e7bd4dac29ecf25d944ae.tar.xz
linux-dev-a0b8d32020681535700e7bd4dac29ecf25d944ae.zip
[PATCH] uml: inclusion cleanup
The completion cleanup got rid of some semaphores, but didn't remove the inclusion of asm/semaphore.h from xterm_kern.c. 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/drivers/xterm_kern.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/drivers/xterm_kern.c b/arch/um/drivers/xterm_kern.c
index 7917b9d1cec8..a4fdf3584ad2 100644
--- a/arch/um/drivers/xterm_kern.c
+++ b/arch/um/drivers/xterm_kern.c
@@ -7,7 +7,6 @@
#include "linux/slab.h"
#include "linux/signal.h"
#include "linux/interrupt.h"
-#include "asm/semaphore.h"
#include "asm/irq.h"
#include "irq_user.h"
#include "irq_kern.h"