瀏覽代碼

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>
Maninder Singh 10 年之前
父節點
當前提交
2341c02347
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/arm64/kernel/hw_breakpoint.c

+ 0 - 1
arch/arm64/kernel/hw_breakpoint.c

@@ -31,7 +31,6 @@
 #include <asm/current.h>
 #include <asm/current.h>
 #include <asm/debug-monitors.h>
 #include <asm/debug-monitors.h>
 #include <asm/hw_breakpoint.h>
 #include <asm/hw_breakpoint.h>
-#include <asm/kdebug.h>
 #include <asm/traps.h>
 #include <asm/traps.h>
 #include <asm/cputype.h>
 #include <asm/cputype.h>
 #include <asm/system_misc.h>
 #include <asm/system_misc.h>