powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto driver
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 25 Jul 2012 21:19:48 +0000 (21:19 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 5 Sep 2012 05:18:42 +0000 (15:18 +1000)
phys_to_abs() is a nop, don't use it.

virt_to_abs() is just a wrapper around __pa(), call __pa() directly.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/crypto/nx/nx.c

Simple merge