git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0c058
)
arm64: Use pgprot_t as the last argument when invoking __ioremap()
author
Catalin Marinas
<catalin.marinas@arm.com>
Tue, 23 Oct 2012 13:24:21 +0000
(14:24 +0100)
committer
Catalin 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