From: Catalin Marinas Date: Tue, 23 Oct 2012 13:24:21 +0000 (+0100) Subject: arm64: Use pgprot_t as the last argument when invoking __ioremap() X-Git-Tag: v3.7-rc5~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489f781a5936f4b90cd5c9838e0102933f6eb2b5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed