summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/cesa.c
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2018-02-19 14:55:36 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2018-03-02 17:03:13 +0100
commitc42bd6335b4854965ef7d32992183b43bf97fb4a (patch)
treef16be27a15a6de8d0d597cac66ef9769f90919c9 /drivers/crypto/marvell/cesa.c
parenthwrng: stm32 - rework read timeout calculation (diff)
downloadlinux-c42bd6335b4854965ef7d32992183b43bf97fb4a.tar.xz
linux-c42bd6335b4854965ef7d32992183b43bf97fb4a.zip
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/cesa.c')
-rw-r--r--drivers/crypto/marvell/cesa.c1
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>