From: Linus Torvalds Date: Wed, 8 Oct 2014 09:23:02 +0000 (-0400) Subject: Fix up missing dmaengine header inclusion from qce crypto engine X-Git-Tag: v4.9.8~5615 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f89f4a06a59f30dec64b2afc4111426fc01e9e12;p=platform%2Fkernel%2Flinux-rpi3.git 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 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 --- diff --git a/drivers/crypto/qce/dma.h b/drivers/crypto/qce/dma.h index 805e378..65bedb8 100644 --- a/drivers/crypto/qce/dma.h +++ b/drivers/crypto/qce/dma.h @@ -14,6 +14,8 @@ #ifndef _DMA_H_ #define _DMA_H_ +#include + /* maximum data transfer block size between BAM and CE */ #define QCE_BAM_BURST_SIZE 64