From ac31418445597573538571d9b6610406a6cd66ab Mon Sep 17 00:00:00 2001 From: Jason Baron Date: Fri, 20 May 2016 17:16:35 -0400 Subject: s390: add explicit for jump label Ensure that we always have __stringify(). Signed-off-by: Jason Baron Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- arch/s390/include/asm/jump_label.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/s390/include/asm/jump_label.h') diff --git a/arch/s390/include/asm/jump_label.h b/arch/s390/include/asm/jump_label.h index 7f9fd5e3f1bf..9be198f5ee79 100644 --- a/arch/s390/include/asm/jump_label.h +++ b/arch/s390/include/asm/jump_label.h @@ -4,6 +4,7 @@ #ifndef __ASSEMBLY__ #include +#include #define JUMP_LABEL_NOP_SIZE 6 #define JUMP_LABEL_NOP_OFFSET 2 -- cgit