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)
commit7187dafc1e7fde551001ba91ea94cf6faa73256a
tree133544bcfd6820d3f15ed14faa2457b43e35ff57
parentc6e565f2bef551326b65d801206d688708f1eeb5
powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto driver

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