commit | 01232e932988fcf6ad87be49f69e633dd652a46d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Sep 19 16:37:01 2006 -0600 |
committer | Matthew Wilcox <willy@parisc-linux.org> | Wed Oct 04 06:50:26 2006 -0600 |
tree | fa940c1970082cec27776dbfd6be53dba3ddc6f0 | |
parent | 08a6436816f7a16113c73be767ee8d50440e494e [diff] |
[PARISC] Fix iounmap compile warning 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>