aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/livepatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/livepatch.h')
-rw-r--r--arch/s390/include/asm/livepatch.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/s390/include/asm/livepatch.h b/arch/s390/include/asm/livepatch.h
index d5427c78b1b3..2c1213785892 100644
--- a/arch/s390/include/asm/livepatch.h
+++ b/arch/s390/include/asm/livepatch.h
@@ -24,13 +24,6 @@ static inline int klp_check_compiler_support(void)
return 0;
}
-static inline int klp_write_module_reloc(struct module *mod, unsigned long
- type, unsigned long loc, unsigned long value)
-{
- /* not supported yet */
- return -ENOSYS;
-}
-
static inline void klp_arch_set_pc(struct pt_regs *regs, unsigned long ip)
{
regs->psw.addr = ip;