[tip:perf/core] hw-breakpoints: Remove x86 specific headers from core file

From: tip-bot for Frederic Weisbecker
Date: Sun Nov 22 2009 - 03:44:20 EST


Commit-ID: b3a75542d329ce4e1c66b293cefeb4429a2af043
Gitweb: http://git.kernel.org/tip/b3a75542d329ce4e1c66b293cefeb4429a2af043
Author: Frederic Weisbecker <fweisbec@xxxxxxxxx>
AuthorDate: Sun, 22 Nov 2009 05:21:34 +0100
Committer: Ingo Molnar <mingo@xxxxxxx>
CommitDate: Sun, 22 Nov 2009 09:03:43 +0100

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@xxxxxxxxx>
Cc: Prasad <prasad@xxxxxxxxxxxxxxxxxx>
LKML-Reference: <1258863695-10464-3-git-send-email-fweisbec@xxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
kernel/hw_breakpoint.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/kernel/hw_breakpoint.c b/kernel/hw_breakpoint.c
index 9ea9414..b6d6fa2 100644
--- 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
*/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/