diff options
Diffstat (limited to 'arch/sh/include/asm/ptrace.h')
-rw-r--r-- | arch/sh/include/asm/ptrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/include/asm/ptrace.h b/arch/sh/include/asm/ptrace.h index c7b7e1ed194a..a4a38dff997a 100644 --- a/arch/sh/include/asm/ptrace.h +++ b/arch/sh/include/asm/ptrace.h | |||
@@ -25,9 +25,9 @@ | |||
25 | #define PT_TEXT_LEN 252 | 25 | #define PT_TEXT_LEN 252 |
26 | 26 | ||
27 | #if defined(__SH5__) || defined(CONFIG_CPU_SH5) | 27 | #if defined(__SH5__) || defined(CONFIG_CPU_SH5) |
28 | #include "ptrace_64.h" | 28 | #include <asm/ptrace_64.h> |
29 | #else | 29 | #else |
30 | #include "ptrace_32.h" | 30 | #include <asm/ptrace_32.h> |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | #ifdef __KERNEL__ | 33 | #ifdef __KERNEL__ |