Skip to content

Commit

Permalink
[PATCH] uml: inclusion cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 5, 2005
1 parent 2ba4917 commit a0b8d32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/um/drivers/xterm_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a0b8d32

Please sign in to comment.