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:
28889bf
)
hw-breakpoints: Remove x86 specific headers from core file
author
Frederic Weisbecker
<
[email protected]
>
Sun, 22 Nov 2009 04:21:34 +0000
(
05:21
+0100)
committer
Ingo Molnar
<
[email protected]
>
Sun, 22 Nov 2009 08:03:43 +0000
(09:03 +0100)
Remove asm/processor.h and asm/debugreg.h as these headers are
not used anymore in the hw-breakpoints core file.
Signed-off-by: Frederic Weisbecker <
[email protected]
>
Cc: Prasad <
[email protected]
>
LKML-Reference: <
1258863695
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
kernel/hw_breakpoint.c
patch
|
blob
|
history
diff --git
a/kernel/hw_breakpoint.c
b/kernel/hw_breakpoint.c
index 9ea9414e0e58648486e040f825aec34d2acbaaf6..b6d6fa273eeb00ec56a1eabdd503cb43ff93e3d1 100644
(file)
--- a/
kernel/hw_breakpoint.c
+++ b/
kernel/hw_breakpoint.c
@@
-40,12
+40,6
@@
#include <linux/hw_breakpoint.h>
-#include <asm/processor.h>
-
-#ifdef CONFIG_X86
-#include <asm/debugreg.h>
-#endif
-
/*
* Constraints data
*/