diff options
Diffstat (limited to 'drivers/crypto/ixp4xx_crypto.c')
-rw-r--r-- | drivers/crypto/ixp4xx_crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ixp4xx_crypto.c b/drivers/crypto/ixp4xx_crypto.c index af9761ccf9f1..f9f05d7a707d 100644 --- a/drivers/crypto/ixp4xx_crypto.c +++ b/drivers/crypto/ixp4xx_crypto.c | |||
@@ -209,7 +209,7 @@ static struct platform_device pseudo_dev = { | |||
209 | .id = 0, | 209 | .id = 0, |
210 | .num_resources = 0, | 210 | .num_resources = 0, |
211 | .dev = { | 211 | .dev = { |
212 | .coherent_dma_mask = DMA_32BIT_MASK, | 212 | .coherent_dma_mask = DMA_BIT_MASK(32), |
213 | .release = dev_release, | 213 | .release = dev_release, |
214 | } | 214 | } |
215 | }; | 215 | }; |