diff options
| -rw-r--r-- | arch/s390/include/asm/livepatch.h | 2 | ||||
| -rw-r--r-- | arch/x86/include/asm/livepatch.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/s390/include/asm/livepatch.h b/arch/s390/include/asm/livepatch.h index a52b6cca873d..105074582d86 100644 --- a/arch/s390/include/asm/livepatch.h +++ b/arch/s390/include/asm/livepatch.h | |||
| @@ -36,8 +36,6 @@ static inline void klp_arch_set_pc(struct pt_regs *regs, unsigned long ip) | |||
| 36 | { | 36 | { |
| 37 | regs->psw.addr = ip; | 37 | regs->psw.addr = ip; |
| 38 | } | 38 | } |
| 39 | #else | ||
| 40 | #error Include linux/livepatch.h, not asm/livepatch.h | ||
| 41 | #endif | 39 | #endif |
| 42 | 40 | ||
| 43 | #endif | 41 | #endif |
diff --git a/arch/x86/include/asm/livepatch.h b/arch/x86/include/asm/livepatch.h index e795f5274217..8acfe798625b 100644 --- a/arch/x86/include/asm/livepatch.h +++ b/arch/x86/include/asm/livepatch.h | |||
| @@ -40,8 +40,6 @@ static inline void klp_arch_set_pc(struct pt_regs *regs, unsigned long ip) | |||
| 40 | { | 40 | { |
| 41 | regs->ip = ip; | 41 | regs->ip = ip; |
| 42 | } | 42 | } |
| 43 | #else | ||
| 44 | #error Include linux/livepatch.h, not asm/livepatch.h | ||
| 45 | #endif | 43 | #endif |
| 46 | 44 | ||
| 47 | #endif /* _ASM_X86_LIVEPATCH_H */ | 45 | #endif /* _ASM_X86_LIVEPATCH_H */ |
