]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] Export __ucmpdi2 to modules.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 4 Mar 2008 09:03:09 +0000 (09:03 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 12 Mar 2008 14:14:41 +0000 (14:14 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/ucmpdi2.c

index b33d8569bcb0a0f71ee3838b72f1f92df113f657..bb4cb2f828ea9ae86090a06b859caf299f1a5c29 100644 (file)
@@ -17,3 +17,5 @@ word_type __ucmpdi2(unsigned long long a, unsigned long long b)
                return 2;
        return 1;
 }
+
+EXPORT_SYMBOL(__ucmpdi2);