]> git.karo-electronics.de Git - linux-beck.git/commit
arm64: Use pgprot_t as the last argument when invoking __ioremap()
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 23 Oct 2012 13:24:21 +0000 (14:24 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 23 Oct 2012 14:30:47 +0000 (15:30 +0100)
commit489f781a5936f4b90cd5c9838e0102933f6eb2b5
treecf1033e6ba237614e63fef609559ade7ca8422ff
parent6f0c0580b70c89094b3422ba81118c7b959c7556
arm64: Use pgprot_t as the last argument when invoking __ioremap()

Even if it works with since the types have the same size, the correct
type of the last __ioremap() argument is pgprot_t rather than pteval_t.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/io.h