aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManinder Singh <maninder1.s@samsung.com>2015-06-25 00:49:50 -0400
committerCatalin Marinas <catalin.marinas@arm.com>2015-06-26 12:32:13 -0400
commit2341c0234731f5a6ea0b403f3dc14d1841b8e247 (patch)
treec64f66df99eac9aede048ff0953044eadce70742
parentd63903bbc30c7ccad040851dfdb4da12d9a17bcf (diff)
arm64/hw_breakpoint.c: remove unnecessary header
Header <asm/kdebug.h> is not needed for arm64/hw_breakpoint.c, Removing the same. Signed-off-by: Maninder Singh <maninder1.s@samsung.com> Reviewed-by: Vaneet Narang <v.narang@samsung.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r--arch/arm64/kernel/hw_breakpoint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/hw_breakpoint.c b/arch/arm64/kernel/hw_breakpoint.c
index e7d934d3afe0..7a1a5da6c8c1 100644
--- a/arch/arm64/kernel/hw_breakpoint.c
+++ b/arch/arm64/kernel/hw_breakpoint.c
@@ -31,7 +31,6 @@
31#include <asm/current.h> 31#include <asm/current.h>
32#include <asm/debug-monitors.h> 32#include <asm/debug-monitors.h>
33#include <asm/hw_breakpoint.h> 33#include <asm/hw_breakpoint.h>
34#include <asm/kdebug.h>
35#include <asm/traps.h> 34#include <asm/traps.h>
36#include <asm/cputype.h> 35#include <asm/cputype.h>
37#include <asm/system_misc.h> 36#include <asm/system_misc.h>