aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/esi_stub.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/kernel/esi_stub.S')
-rw-r--r--arch/ia64/kernel/esi_stub.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/kernel/esi_stub.S b/arch/ia64/kernel/esi_stub.S
index 6b3d6c1f99b6..2c369bf77c4b 100644
--- a/arch/ia64/kernel/esi_stub.S
+++ b/arch/ia64/kernel/esi_stub.S
@@ -35,6 +35,7 @@
#include <asm/processor.h>
#include <asm/asmmacro.h>
+#include <asm/export.h>
/*
* Inputs:
@@ -94,3 +95,4 @@ GLOBAL_ENTRY(esi_call_phys)
mov gp=loc2
br.ret.sptk.many rp
END(esi_call_phys)
+EXPORT_SYMBOL_GPL(esi_call_phys)