summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/asm-const.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/asm-const.h')
-rw-r--r--arch/s390/include/asm/asm-const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/asm-const.h b/arch/s390/include/asm/asm-const.h
index 11f615eb0066..1cfffad9eea0 100644
--- a/arch/s390/include/asm/asm-const.h
+++ b/arch/s390/include/asm/asm-const.h
@@ -2,7 +2,7 @@
#ifndef _ASM_S390_ASM_CONST_H
#define _ASM_S390_ASM_CONST_H
-#ifdef __ASSEMBLY__
+#ifdef __ASSEMBLER__
# define stringify_in_c(...) __VA_ARGS__
#else
/* This version of stringify will deal with commas... */