commit | ff455ad9a7f850daf874114e8d38c04aab9f39a2 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 23 14:35:30 2019 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 30 15:30:05 2019 +0800 |
tree | 72f325c333150ffdafced0b524438cd2eafeb1fb | |
parent | ff9f902cce5dc59392f5d0f9dc7f9979a565feb1 [diff] |
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>