openrisc: drop wrongly typed definition of page_to_virt()
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 18 Apr 2016 16:04:56 +0000 (18:04 +0200)
committerWill Deacon <will.deacon@arm.com>
Fri, 22 Apr 2016 09:08:34 +0000 (10:08 +0100)
commit86d618cd1d9fdf4b46b68eb014d4fbde08c4ae62
treebb3b57d2f11a5acfe94ad4d305f11bb80173097b
parent046982c760bcbb0d92981a7be577dbc081323a78
openrisc: drop wrongly typed definition of page_to_virt()

To align with generic code and other architectures that expect the macro
page_to_virt to produce an expression whose type is 'void*', drop the
arch specific definition, which is never referenced anyway.

Acked-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/openrisc/include/asm/page.h