Skip to content

Commit

Permalink
[MIPS] Export __ucmpdi2 to modules.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Mar 12, 2008
1 parent a7c2996 commit 4177017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/lib/ucmpdi2.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ word_type __ucmpdi2(unsigned long long a, unsigned long long b)
return 2;
return 1;
}

EXPORT_SYMBOL(__ucmpdi2);

0 comments on commit 4177017

Please sign in to comment.