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:
63c27ae
)
ARM: 8436/1: hw_breakpoint: remove unnecessary header
author
Maninder Singh
<maninder1.s@samsung.com>
Mon, 14 Sep 2015 14:59:26 +0000
(15:59 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 3 Oct 2015 15:36:44 +0000
(16:36 +0100)
Header <asm/kdebug.h> is not needed for arm/hw_breakpoint.c, so remove
the pointless #include.
Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Reviewed-by: Vaneet Narang <v.narang@samsung.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/hw_breakpoint.c
patch
|
blob
|
history
diff --git
a/arch/arm/kernel/hw_breakpoint.c
b/arch/arm/kernel/hw_breakpoint.c
index dc7d0a95bd3651c2949454027a3b6c47dd77863c..6284779d64ee6394dc11b38cc32e24cefac276b1 100644
(file)
--- a/
arch/arm/kernel/hw_breakpoint.c
+++ b/
arch/arm/kernel/hw_breakpoint.c
@@
-35,7
+35,6
@@
#include <asm/cputype.h>
#include <asm/current.h>
#include <asm/hw_breakpoint.h>
-#include <asm/kdebug.h>
#include <asm/traps.h>
/* Breakpoint currently in use for each BRP. */