Commit b3a75542d329ce4e1c66b293cefeb4429a2af043

Authored by Frederic Weisbecker
Committed by Ingo Molnar
1 parent 28889bf9e2

hw-breakpoints: Remove x86 specific headers from core file

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 <fweisbec@gmail.com>
Cc: Prasad <prasad@linux.vnet.ibm.com>
LKML-Reference: <1258863695-10464-3-git-send-email-fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff

kernel/hw_breakpoint.c
... ... @@ -40,12 +40,6 @@
40 40  
41 41 #include <linux/hw_breakpoint.h>
42 42  
43   -#include <asm/processor.h>
44   -
45   -#ifdef CONFIG_X86
46   -#include <asm/debugreg.h>
47   -#endif
48   -
49 43 /*
50 44 * Constraints data
51 45 */