MIPS: math-emu: Get rid of typedefs.
[deliverable/linux.git] / arch / mips / math-emu / sp_div.c
index d7747928c95492986fdcb3b671abf2e6d126b32f..1f62865ffcbdced89cf14bb69a335d97b83820f1 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "ieee754sp.h"
 
-ieee754sp ieee754sp_div(ieee754sp x, ieee754sp y)
+union ieee754sp ieee754sp_div(union ieee754sp x, union ieee754sp y)
 {
        COMPXSP;
        COMPYSP;
This page took 0.02849 seconds and 5 git commands to generate.