Commit 4177017d authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Export __ucmpdi2 to modules.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a7c2996e
......@@ -17,3 +17,5 @@ word_type __ucmpdi2(unsigned long long a, unsigned long long b)
return 2;
return 1;
}
EXPORT_SYMBOL(__ucmpdi2);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment