git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2bcf87
)
[MIPS] Fix iounmap argument to const volatile.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 19 Oct 2006 13:21:47 +0000
(14:21 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 19 Oct 2006 16:55:14 +0000
(17:55 +0100)
With the existing prototype the following code:
const void __iomem *io = ioremap();
x = readb(io);
iounmap(io);
did result in a warning.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found