crypto: ixp4xx - Fix cross-compile errors due to type mismatch
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 May 2019 06:35:30 +0000 (14:35 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 May 2019 07:30:05 +0000 (15:30 +0800)
commitff455ad9a7f850daf874114e8d38c04aab9f39a2
tree72f325c333150ffdafced0b524438cd2eafeb1fb
parentff9f902cce5dc59392f5d0f9dc7f9979a565feb1
crypto: ixp4xx - Fix cross-compile errors due to type mismatch

This patch changes multiple uses of u32s to dma_addr_t where the
physical address is used.  This fixes COMPILE_TEST errors on 64-bit
platforms.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ixp4xx_crypto.c