提交 f89f4a06 编写于 作者: L Linus Torvalds

Fix up missing dmaengine header inclusion from qce crypto engine

Commit 7bced397 ("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: NLinus Torvalds <torvalds@linux-foundation.org>
上级 9a50aaef
......@@ -14,6 +14,8 @@
#ifndef _DMA_H_
#define _DMA_H_
#include <linux/dmaengine.h>
/* maximum data transfer block size between BAM and CE */
#define QCE_BAM_BURST_SIZE 64
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册