Thread (1 message) 1 message, 1 author, 2015-06-11

[PATCH 1/1] arm/hw_breakpoint.c: Added #include <linux/kdebug.h> instead of<asm/kdebug.h>

From: Will Deacon <hidden>
Date: 2015-06-11 09:32:17
Also in: lkml

On Thu, Jun 11, 2015 at 10:18:44AM +0100, Maninder Singh wrote:
quoted hunk
This patch fixes below checkpatch.pl warning:
WARNING: Use #include <linux/kdebug.h> instead of <asm/kdebug.h>

Signed-off-by: Maninder Singh <redacted>
Reviewed-by: Vaneet Narang <redacted>
---
arch/arm/kernel/hw_breakpoint.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/kernel/hw_breakpoint.c b/arch/arm/kernel/hw_breakpoint.c
index dc7d0a9..86eef81 100644
--- a/arch/arm/kernel/hw_breakpoint.c
+++ b/arch/arm/kernel/hw_breakpoint.c
@@ -35,7 +35,7 @@
#include <asm/cputype.h>
#include <asm/current.h>
#include <asm/hw_breakpoint.h>
-#include <asm/kdebug.h>
+#include <linux/kdebug.h>
#include <asm/traps.h>
 /* Breakpoint currently in use for each BRP. */
afaict, we don't even need the header so we can just drop the #include
altogether. Same for arm64.

Will
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help