aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-07-10 08:59:17 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-07-10 17:33:05 +0100
commit35c700c0955c43e168c45d375f90a0670be8f054 (patch)
treecb1d4afaed22c61b5cca65c233816cae948adebf
parent[MIPS] DEC: Fix modpost warning. (diff)
downloadlinux-dev-35c700c0955c43e168c45d375f90a0670be8f054.tar.xz
linux-dev-35c700c0955c43e168c45d375f90a0670be8f054.zip
[MIPS] Non-FPAFF: Fix warning.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--include/asm-mips/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h
index be64fc55562a..46bdb3f566f9 100644
--- a/include/asm-mips/system.h
+++ b/include/asm-mips/system.h
@@ -56,7 +56,7 @@ do { \
} while(0)
#else
-#define __mips_mt_fpaff_switch_to(prev) do { (prev); } while (0)
+#define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0)
#endif
#define switch_to(prev,next,last) \