aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/ucmpdi2.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lib/ucmpdi2.c')
-rw-r--r--arch/mips/lib/ucmpdi2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/lib/ucmpdi2.c b/arch/mips/lib/ucmpdi2.c
index b33d8569bcb0..bb4cb2f828ea 100644
--- a/arch/mips/lib/ucmpdi2.c
+++ b/arch/mips/lib/ucmpdi2.c
@@ -17,3 +17,5 @@ word_type __ucmpdi2(unsigned long long a, unsigned long long b)
return 2;
return 1;
}
+
+EXPORT_SYMBOL(__ucmpdi2);