commit | 489f781a5936f4b90cd5c9838e0102933f6eb2b5 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Oct 23 14:24:21 2012 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Tue Oct 23 15:30:47 2012 +0100 |
tree | cf1033e6ba237614e63fef609559ade7ca8422ff | |
parent | 6f0c0580b70c89094b3422ba81118c7b959c7556 [diff] |
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>