]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/math-emu/fadd.c
Merge branch 'topic/asoc' into for-linus
[linux-2.6-omap-h63xx.git] / arch / powerpc / math-emu / fadd.c
index 04d3b4aa32cedb9ab75801aaa6b21a5019118a98..0158a16e2b826b7597563dd56c7a12c63c5c4ee7 100644 (file)
@@ -13,7 +13,6 @@ fadd(void *frD, void *frA, void *frB)
        FP_DECL_D(B);
        FP_DECL_D(R);
        FP_DECL_EX;
-       int ret = 0;
 
 #ifdef DEBUG
        printk("%s: %p %p %p\n", __func__, frD, frA, frB);