OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6e518
)
[MIPS] Add 'const' to readb and friends
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Wed, 8 Feb 2006 15:57:44 +0000
(
00:57
+0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 8 Feb 2006 17:52:27 +0000
(17:52 +0000)
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---
include/asm-mips/io.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/io.h
b/include/asm-mips/io.h
index
a9fa125
..
05de7c1
100644
(file)
--- a/
include/asm-mips/io.h
+++ b/
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; \