Commit a0b8d320 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds

[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: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2ba49175
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include "linux/slab.h" #include "linux/slab.h"
#include "linux/signal.h" #include "linux/signal.h"
#include "linux/interrupt.h" #include "linux/interrupt.h"
#include "asm/semaphore.h"
#include "asm/irq.h" #include "asm/irq.h"
#include "irq_user.h" #include "irq_user.h"
#include "irq_kern.h" #include "irq_kern.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment