summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/asm-const.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/asm-const.h')
-rw-r--r--arch/powerpc/include/asm/asm-const.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/asm-const.h b/arch/powerpc/include/asm/asm-const.h
index 082c1538c562..392bdb1f104f 100644
--- a/arch/powerpc/include/asm/asm-const.h
+++ b/arch/powerpc/include/asm/asm-const.h
@@ -1,7 +1,7 @@
#ifndef _ASM_POWERPC_ASM_CONST_H
#define _ASM_POWERPC_ASM_CONST_H
-#ifdef __ASSEMBLY__
+#ifdef __ASSEMBLER__
# define stringify_in_c(...) __VA_ARGS__
# define ASM_CONST(x) x
#else
@@ -11,4 +11,5 @@
# define __ASM_CONST(x) x##UL
# define ASM_CONST(x) __ASM_CONST(x)
#endif
+
#endif /* _ASM_POWERPC_ASM_CONST_H */