OSDN Git Service

Fix up missing dmaengine header inclusion from qce crypto engine
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Oct 2014 09:23:02 +0000 (05:23 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Oct 2014 09:23:02 +0000 (05:23 -0400)
commitf89f4a06a59f30dec64b2afc4111426fc01e9e12
treea889be831ed7974c0c6d5b7f2f963c33b3f0ac33
parent9a50aaefc1b896e734bf7faf3d085f71a360ce97
Fix up missing dmaengine header inclusion from qce crypto engine

Commit 7bced397510a ("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>
drivers/crypto/qce/dma.h