arm64: mm: fix __page_to_voff definition
authorNeeraj Upadhyay <neeraju@codeaurora.org>
Fri, 21 Oct 2016 08:58:46 +0000 (14:28 +0530)
committerWill Deacon <will.deacon@arm.com>
Wed, 26 Oct 2016 17:22:42 +0000 (18:22 +0100)
commit3fa72fe9c614717d22ae75b84d45f41da65c10fe
treefebef313ca7c88de2ed87d76520aa9be94654cca
parent3f7a09f44e5ef8a2629842f2d22892114e603fc1
arm64: mm: fix __page_to_voff definition

Fix parameter name for __page_to_voff, to match its definition.
At present, we don't see any issue, as page_to_virt's caller
declares 'page'.

Fixes: 9f2875912dac ("arm64: mm: restrict virt_to_page() to the linear mapping")
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/memory.h