From: Frederic Weisbecker Date: Sun, 22 Nov 2009 04:21:34 +0000 (+0100) Subject: hw-breakpoints: Remove x86 specific headers from core file X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b3a75542d329ce4e1c66b293cefeb4429a2af043;p=deliverable%2Flinux.git 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 Cc: Prasad LKML-Reference: <1258863695-10464-3-git-send-email-fweisbec@gmail.com> Signed-off-by: Ingo Molnar --- diff --git a/kernel/hw_breakpoint.c b/kernel/hw_breakpoint.c index 9ea9414e0e58..b6d6fa273eeb 100644 --- a/kernel/hw_breakpoint.c +++ b/kernel/hw_breakpoint.c @@ -40,12 +40,6 @@ #include -#include - -#ifdef CONFIG_X86 -#include -#endif - /* * Constraints data */