summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Arm/ProcessorBind.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Include/Arm/ProcessorBind.h b/MdePkg/Include/Arm/ProcessorBind.h
index 8fad2a8990..fea42e91b6 100644
--- a/MdePkg/Include/Arm/ProcessorBind.h
+++ b/MdePkg/Include/Arm/ProcessorBind.h
@@ -135,8 +135,7 @@ typedef INT32 INTN;
#define GCC_ASM_EXPORT(func__) \
.globl _CONCATENATE (__USER_LABEL_PREFIX__, func__) \
- #define GCC_ASM_IMPORT(name) \
- .extern _CONCATENATE (__USER_LABEL_PREFIX__, name)
+ #define GCC_ASM_IMPORT(name)
#endif
#endif