kernel/arch/sh/include/uapi/asm/ptrace.h
.. .. @@ -25,11 +25,6 @@ 25 25 #define PT_DATA_ADDR 248 /* &(struct user)->start_data */ 26 26 #define PT_TEXT_LEN 252 27 27 28 -#if defined(__SH5__) || defined(CONFIG_CPU_SH5)29 -#include <asm/ptrace_64.h>30 -#else31 28 #include <asm/ptrace_32.h> 32 -#endif33 -34 29 35 30 #endif /* _UAPI__ASM_SH_PTRACE_H */