forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/sh/include/uapi/asm/ptrace.h
....@@ -25,11 +25,6 @@
2525 #define PT_DATA_ADDR 248 /* &(struct user)->start_data */
2626 #define PT_TEXT_LEN 252
2727
28
-#if defined(__SH5__) || defined(CONFIG_CPU_SH5)
29
-#include <asm/ptrace_64.h>
30
-#else
3128 #include <asm/ptrace_32.h>
32
-#endif
33
-
3429
3530 #endif /* _UAPI__ASM_SH_PTRACE_H */