MIPS: math-emu: Get rid of typedefs.
[deliverable/linux.git] / arch / mips / math-emu / dp_fsp.c
index daed6834dc153bbd543d2783a161003a699070b0..d69cb1ad3f60d45114a1717ff68d59f3f4ed1300 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "ieee754dp.h"
 
-ieee754dp ieee754dp_fsp(ieee754sp x)
+union ieee754dp ieee754dp_fsp(union ieee754sp x)
 {
        COMPXSP;
 
This page took 0.029325 seconds and 5 git commands to generate.