projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2cac78
)
[PATCH] x86_64: Remove unnecessary include in fault.c
author
Andi Kleen
<ak@suse.de>
Fri, 29 Jul 2005 04:15:47 +0000
(21:15 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 29 Jul 2005 04:46:01 +0000
(21:46 -0700)
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/mm/fault.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/mm/fault.c
b/arch/x86_64/mm/fault.c
index 2f187986f940b6e6bfe8f6a475b6658571d2cabe..13792721037e1692670732b49d7c92b6d39b68fa 100644
(file)
--- a/
arch/x86_64/mm/fault.c
+++ b/
arch/x86_64/mm/fault.c
@@
-23,7
+23,6
@@
#include <linux/vt_kern.h> /* For unblank_screen() */
#include <linux/compiler.h>
#include <linux/module.h>
-#include <linux/kprobes.h>
#include <asm/system.h>
#include <asm/uaccess.h>