]> Git Repo - linux.git/commit
[PARISC] Fix iounmap compile warning
authorMatthew Wilcox <[email protected]>
Tue, 19 Sep 2006 22:37:01 +0000 (16:37 -0600)
committerMatthew Wilcox <[email protected]>
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 <[email protected]>
Signed-off-by: Kyle McMartin <[email protected]>
arch/parisc/mm/ioremap.c
include/asm-parisc/io.h
This page took 0.053226 seconds and 4 git commands to generate.