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)
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>

No differences found