kernel/arch/s390/include/asm/livepatch.h
.. .. @@ -13,11 +13,6 @@ 13 13 14 14 #include <asm/ptrace.h> 15 15 16 -static inline int klp_check_compiler_support(void)17 -{18 - return 0;19 -}20 -21 16 static inline void klp_arch_set_pc(struct pt_regs *regs, unsigned long ip) 22 17 { 23 18 regs->psw.addr = ip;