summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/asm-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include/asm/asm-compat.h')
-rw-r--r--arch/microblaze/include/asm/asm-compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/asm-compat.h b/arch/microblaze/include/asm/asm-compat.h
index e7bc9dc11b57..9f0461476231 100644
--- a/arch/microblaze/include/asm/asm-compat.h
+++ b/arch/microblaze/include/asm/asm-compat.h
@@ -1,9 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_MICROBLAZE_ASM_COMPAT_H
#define _ASM_MICROBLAZE_ASM_COMPAT_H
#include <asm/types.h>
-#ifdef __ASSEMBLY__
+#ifdef __ASSEMBLER__
# define stringify_in_c(...) __VA_ARGS__
# define ASM_CONST(x) x
#else