crypto: marvell/cesa - Clean up redundant #include
authorRobin Murphy <robin.murphy@arm.com>
Mon, 19 Feb 2018 13:55:36 +0000 (13:55 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Mar 2018 16:03:13 +0000 (00:03 +0800)
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>
drivers/crypto/marvell/cesa.c

index aca2373fa1dea6eb87bcc22069a14115c73f7ab8..f81fa4a3e66bdcea4b64419f3f2586fbc1d70d68 100644 (file)
@@ -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>