]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit01232e932988fcf6ad87be49f69e633dd652a46d
treefa940c1970082cec27776dbfd6be53dba3ddc6f0
parent08a6436816f7a16113c73be767ee8d50440e494e
[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>
arch/parisc/mm/ioremap.c
include/asm-parisc/io.h