forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/arch/s390/include/asm/livepatch.h
....@@ -13,11 +13,6 @@
1313
1414 #include <asm/ptrace.h>
1515
16
-static inline int klp_check_compiler_support(void)
17
-{
18
- return 0;
19
-}
20
-
2116 static inline void klp_arch_set_pc(struct pt_regs *regs, unsigned long ip)
2217 {
2318 regs->psw.addr = ip;