[PARISC] Fix iounmap compile warning
authorMatthew Wilcox <matthew@wil.cx>
Tue, 19 Sep 2006 22:37:01 +0000 (16:37 -0600)
committerMatthew Wilcox <willy@parisc-linux.org>
Wed, 4 Oct 2006 12:50:26 +0000 (06:50 -0600)
iounmap's argument needs to be both const and volatile, otherwise we'll
get warnings that we're discarding pointer qualifiers

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

No differences found