linux/drivers/crypto/qce
Linus Torvalds f89f4a06a5 Fix up missing dmaengine header inclusion from qce crypto engine
Commit 7bced39751 ("net_dma: simple removal") removed the long-dead
net_dma code, but unintentionally broke the build for the qualcomm
crypto engine (qce) that had accidentally depended on the inclusion of
<linux/dmaengine.h> through the networking header files that used to
have it.

Add the required dmaengine.h include explicitly to fix the breakage.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-10-08 05:23:02 -04:00
..
Makefile crypto: qce - Build Qualcomm crypto driver 2014-07-03 21:42:03 +08:00
ablkcipher.c crypto: qce - Qualcomm crypto engine driver 2014-07-03 21:40:27 +08:00
cipher.h crypto: qce - Qualcomm crypto engine driver 2014-07-03 21:40:27 +08:00
common.c crypto: qce - fix sparse warnings 2014-07-08 21:18:21 +08:00
common.h crypto: qce - fix sparse warnings 2014-07-08 21:18:21 +08:00
core.c crypto: qce - Qualcomm crypto engine driver 2014-07-03 21:40:27 +08:00
core.h crypto: qce - Qualcomm crypto engine driver 2014-07-03 21:40:27 +08:00
dma.c crypto: qce - Qualcomm crypto engine driver 2014-07-03 21:40:27 +08:00
dma.h Fix up missing dmaengine header inclusion from qce crypto engine 2014-10-08 05:23:02 -04:00
regs-v5.h crypto: qce - Qualcomm crypto engine driver 2014-07-03 21:40:27 +08:00
sha.c crypto: qce - fix sparse warnings 2014-07-08 21:18:21 +08:00
sha.h crypto: qce - Qualcomm crypto engine driver 2014-07-03 21:40:27 +08:00