Browse Source

s390: add explicit <linux/stringify.h> for jump label

Ensure that we always have __stringify().

Signed-off-by: Jason Baron <jbaron@akamai.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Jason Baron 9 years ago
parent
commit
ac31418445
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/s390/include/asm/jump_label.h

+ 1 - 0
arch/s390/include/asm/jump_label.h

@@ -4,6 +4,7 @@
 #ifndef __ASSEMBLY__
 
 #include <linux/types.h>
+#include <linux/stringify.h>
 
 #define JUMP_LABEL_NOP_SIZE 6
 #define JUMP_LABEL_NOP_OFFSET 2