diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/hw_breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/hw_breakpoint.h b/arch/x86/include/asm/hw_breakpoint.h index 1acb4d45de70..3cfca8e2b5f6 100644 --- a/arch/x86/include/asm/hw_breakpoint.h +++ b/arch/x86/include/asm/hw_breakpoint.h | |||
@@ -12,7 +12,7 @@ struct arch_hw_breakpoint { | |||
12 | }; | 12 | }; |
13 | 13 | ||
14 | #include <linux/kdebug.h> | 14 | #include <linux/kdebug.h> |
15 | #include <asm-generic/hw_breakpoint.h> | 15 | #include <linux/hw_breakpoint.h> |
16 | 16 | ||
17 | /* Available HW breakpoint length encodings */ | 17 | /* Available HW breakpoint length encodings */ |
18 | #define HW_BREAKPOINT_LEN_1 0x40 | 18 | #define HW_BREAKPOINT_LEN_1 0x40 |