hw-breakpoints: Remove x86 specific headers from core file
authorFrederic Weisbecker <fweisbec@gmail.com>
Sun, 22 Nov 2009 04:21:34 +0000 (05:21 +0100)
committerIngo Molnar <mingo@elte.hu>
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 <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>
kernel/hw_breakpoint.c

index 9ea9414..b6d6fa2 100644 (file)
 
 #include <linux/hw_breakpoint.h>
 
-#include <asm/processor.h>
-
-#ifdef CONFIG_X86
-#include <asm/debugreg.h>
-#endif
-
 /*
  * Constraints data
  */