projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d63903b
)
arm64/hw_breakpoint.c: remove unnecessary header
author
Maninder Singh
<maninder1.s@samsung.com>
Thu, 25 Jun 2015 04:49:50 +0000
(10:19 +0530)
committer
Catalin 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
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/hw_breakpoint.c
b/arch/arm64/kernel/hw_breakpoint.c
index e7d934d3afe02817fc53bf437d19c36195025b79..7a1a5da6c8c1b997edbd12e06e1ff90549f50337 100644
(file)
--- a/
arch/arm64/kernel/hw_breakpoint.c
+++ b/
arch/arm64/kernel/hw_breakpoint.c
@@
-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>