arm64/hw_breakpoint.c: remove unnecessary header
authorManinder Singh <maninder1.s@samsung.com>
Thu, 25 Jun 2015 04:49:50 +0000 (10:19 +0530)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 26 Jun 2015 16:32:13 +0000 (17:32 +0100)
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>
arch/arm64/kernel/hw_breakpoint.c

index e7d934d3afe02817fc53bf437d19c36195025b79..7a1a5da6c8c1b997edbd12e06e1ff90549f50337 100644 (file)
@@ -31,7 +31,6 @@
 #include <asm/current.h>
 #include <asm/debug-monitors.h>
 #include <asm/hw_breakpoint.h>
-#include <asm/kdebug.h>
 #include <asm/traps.h>
 #include <asm/cputype.h>
 #include <asm/system_misc.h>