Skip to content

Commit

Permalink
s390: add explicit <linux/stringify.h> for jump label
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
almostivan authored and Martin Schwidefsky committed Jun 13, 2016
1 parent 37cd944 commit ac31418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/s390/include/asm/jump_label.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac31418

Please sign in to comment.