Remove dead code which was causing warnings.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 7 Jun 2005 11:39:57 +0000 (11:39 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:19 +0000 (19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/mipsregs.h

index 1fad6ec..8707173 100644 (file)
@@ -1010,8 +1010,6 @@ do {                                                                      \
 
 #define wrdsp(val, mask)                                               \
 do {                                                                   \
-       unsigned int __res;                                             \
-                                                                       \
        __asm__ __volatile__(                                           \
        "       .set    push                                    \n"     \
        "       .set    noat                                    \n"     \
@@ -1021,7 +1019,6 @@ do {                                                                      \
        "       .set    pop                                     \n"     \
         :                                                              \
        : "r" (val), "i" (mask));                                       \
-        __res;                                                         \
 } while (0)
 
 #if 0  /* Need DSP ASE capable assembler ... */