From d2b9bfc388df0f92e8f177d97cb962ffc9153e78 Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Thu, 9 Feb 2006 00:57:44 +0900 Subject: [PATCH] --- yaml --- r: 20115 b: refs/heads/master c: b887d3f2c63543dce1a0825e41be3a8d3ebef78d h: refs/heads/master i: 20113: 80a7b322217eb6323ddfbc561c7f185ca7898486 20111: 2867e30c075f55fc7b0b6d750604e326f13e3e49 v: v3 --- [refs] | 2 +- trunk/include/asm-mips/io.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d87a880d9a23..0905325e4888 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: be6e518b625a90e84d26371f722474e239c01e4c +refs/heads/master: b887d3f2c63543dce1a0825e41be3a8d3ebef78d diff --git a/trunk/include/asm-mips/io.h b/trunk/include/asm-mips/io.h index a9fa1254894a..05de7c174e67 100644 --- a/trunk/include/asm-mips/io.h +++ b/trunk/include/asm-mips/io.h @@ -342,7 +342,7 @@ static inline void pfx##write##bwlq(type val, \ BUG(); \ } \ \ -static inline type pfx##read##bwlq(volatile void __iomem *mem) \ +static inline type pfx##read##bwlq(const volatile void __iomem *mem) \ { \ volatile type *__mem; \ type __val; \