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 { }; #include <linux/kdebug.h> -#include <asm-generic/hw_breakpoint.h> +#include <linux/hw_breakpoint.h> /* Available HW breakpoint length encodings */ #define HW_BREAKPOINT_LEN_1 0x40 |