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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/asm-const.h b/arch/powerpc/include/asm/asm-const.h
index bfb3c3534877..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