浏览代码

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 年之前
父节点
当前提交
ac31418445
共有 1 个文件被更改,包括 1 次插入0 次删除
  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