diff options
author | Robin Murphy <robin.murphy@arm.com> | 2018-02-19 13:55:36 +0000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-03-03 00:03:13 +0800 |
commit | c42bd6335b4854965ef7d32992183b43bf97fb4a (patch) | |
tree | f16be27a15a6de8d0d597cac66ef9769f90919c9 /drivers/crypto/marvell | |
parent | 279f4f8f2f67b7a2dbb916738667a633b223efde (diff) | |
download | linux-c42bd6335b4854965ef7d32992183b43bf97fb4a.tar.bz2 |
crypto: marvell/cesa - Clean up redundant #include
The inclusion of dma-direct.h was only needed temporarily to prevent
breakage from the DMA API rework, since the actual CESA fix making it
redundant was merged in parallel. Now that both have landed, it can go.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/marvell')
-rw-r--r-- | drivers/crypto/marvell/cesa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/marvell/cesa.c b/drivers/crypto/marvell/cesa.c index aca2373fa1de..f81fa4a3e66b 100644 --- a/drivers/crypto/marvell/cesa.c +++ b/drivers/crypto/marvell/cesa.c @@ -25,7 +25,6 @@ #include <linux/scatterlist.h> #include <linux/slab.h> #include <linux/module.h> -#include <linux/dma-direct.h> /* XXX: drivers shall never use this directly! */ #include <linux/clk.h> #include <linux/of.h> #include <linux/of_platform.h> |