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: fixes-for-v3.18-merge-window~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f89f4a06a59f30dec64b2afc4111426fc01e9e12;p=pandora-kernel.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 --- Reading git-diff-tree failed