projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ba4917
)
[PATCH] uml: inclusion cleanup
author
Jeff Dike
<jdike@addtoit.com>
Thu, 5 May 2005 23:15:33 +0000
(16:15 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:37 +0000
(16:36 -0700)
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>
arch/um/drivers/xterm_kern.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/um/drivers/xterm_kern.c
b/arch/um/drivers/xterm_kern.c
index 7917b9d1cec8fa0fde9d4107dd5603862059ff05..a4fdf3584ad2c455e6165de1f88e5cc9a75ce62b 100644
(file)
--- 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"