]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/math-emu/reg_convert.c
Merge branch 'linus' into locking-for-linus
[mv-sheeva.git] / arch / x86 / math-emu / reg_convert.c
index afd31b31000d44893fcd15b52ef86712368e6e80..108060779977f3dbc417ee219fce7576aa47b62f 100644 (file)
@@ -13,7 +13,7 @@
 #include "exception.h"
 #include "fpu_emu.h"
 
-int FPU_to_exp16(FPU_REG const *a, FPU_REG * x)
+int FPU_to_exp16(FPU_REG const *a, FPU_REG *x)
 {
        int sign = getsign(a);