commit | 8fb303c7f1118b0a82aa08e33429adf9b5ad192c | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Mar 24 14:26:13 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Mar 24 17:01:50 2007 +0000 |
tree | f0da545839b23136dd2dd167125d3c4bef920348 | |
parent | 41a8198f61d858bcad7ef705d5d3ec3e3a8dea4a [diff] [blame] |
[MIPS] SB1250: Fix bugs/warnings by creative use of volatile. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/sibyte/sb1250.h b/include/asm-mips/sibyte/sb1250.h index dfb29e1..494aa65 100644 --- a/include/asm-mips/sibyte/sb1250.h +++ b/include/asm-mips/sibyte/sb1250.h
@@ -67,6 +67,6 @@ #endif -#define IOADDR(a) ((volatile void __iomem *)(IO_BASE + (a))) +#define IOADDR(a) ((void __iomem *)(IO_BASE + (a))) #endif