From: Ralf Baechle Date: Tue, 4 Mar 2008 09:03:09 +0000 (+0000) Subject: [MIPS] Export __ucmpdi2 to modules. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4177017d5bdf4456da022d4c82e48ac99cd65426;p=linux-beck.git [MIPS] Export __ucmpdi2 to modules. Signed-off-by: Ralf Baechle --- 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);