Skip to content

Commit

Permalink
hw-breakpoints: Remove x86 specific headers from core file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Nov 22, 2009
1 parent 28889bf commit b3a7554
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kernel/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@

#include <linux/hw_breakpoint.h>

#include <asm/processor.h>

#ifdef CONFIG_X86
#include <asm/debugreg.h>
#endif

/*
* Constraints data
*/
Expand Down

0 comments on commit b3a7554

Please sign in to comment.