alistair23-linux/drivers/crypto/nx
Michael Ellerman 33b58b01ac crypto: nx - Remove virt_to_abs() usage in nx-842.c
virt_to_abs() is just a wrapper around __pa(), use __pa() directly.

We should be including <asm/page.h> to get __pa(). abs_addr.h will be
removed shortly so drop that.

We were getting of.h via abs_addr.h so we need to include that directly.

Having done all that, clean up the ordering of the includes.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Seth Jennings <sjenning@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2012-08-20 16:28:12 +08:00
..
Kconfig powerpc/crypto: add 842 hardware compression driver 2012-08-01 17:47:56 +08:00
Makefile powerpc/crypto: add 842 hardware compression driver 2012-08-01 17:47:56 +08:00
nx-842.c crypto: nx - Remove virt_to_abs() usage in nx-842.c 2012-08-20 16:28:12 +08:00
nx-aes-cbc.c crypto: drivers - remove cra_list initialization 2012-08-01 17:47:28 +08:00
nx-aes-ccm.c crypto: drivers - remove cra_list initialization 2012-08-01 17:47:28 +08:00
nx-aes-ctr.c crypto: drivers - remove cra_list initialization 2012-08-01 17:47:28 +08:00
nx-aes-ecb.c crypto: drivers - remove cra_list initialization 2012-08-01 17:47:28 +08:00
nx-aes-gcm.c crypto: drivers - remove cra_list initialization 2012-08-01 17:47:28 +08:00
nx-aes-xcbc.c powerpc/crypto: AES-XCBC mode routines for nx encryption 2012-05-16 15:05:43 +10:00
nx-sha256.c powerpc/crypto: SHA256 hash routines for nx encryption 2012-05-16 15:05:44 +10:00
nx-sha512.c powerpc/crypto: SHA512 hash routines for nx encryption 2012-05-16 15:05:44 +10:00
nx.c
nx.h
nx_csbcpb.h
nx_debugfs.c powerpc/crypto: debugfs routines and docs for the nx device driver 2012-05-16 15:05:45 +10:00