summaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorMiroslav Benes <mbenes@suse.cz>2016-03-04 10:53:39 +0100
committerJiri Kosina <jkosina@suse.cz>2016-03-06 22:19:26 +0100
commitb24b78a113164a84bf242b08ef2165365445ea2b (patch)
treeeec3b2386be6650ab433c0c4cdbc21471285089e /arch/s390
parent705d43dbe10d6e213a75187ac92b61f9bd00af0b (diff)
downloadlinux-0-day-b24b78a113164a84bf242b08ef2165365445ea2b.tar.gz
linux-0-day-b24b78a113164a84bf242b08ef2165365445ea2b.tar.xz
klp: remove superfluous errors in asm/livepatch.h
There is an #error in asm/livepatch.h for both x86 and s390 in !CONFIG_LIVEPATCH cases. It does not make much sense as pointed out by Michael Ellerman. One can happily include asm/livepatch.h with CONFIG_LIVEPATCH. Remove it as useless. Suggested-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Miroslav Benes <mbenes@suse.cz> Acked-by: Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/include/asm/livepatch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/livepatch.h b/arch/s390/include/asm/livepatch.h
index a52b6cca873d3..105074582d864 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)
{
regs->psw.addr = ip;
}
-#else
-#error Include linux/livepatch.h, not asm/livepatch.h
#endif
#endif