From: Lars-Peter Clausen Date: Sun, 17 Aug 2014 14:18:17 +0000 (+0200) Subject: ASoC: edma-pcm: Include edma-pcm.h X-Git-Tag: fixes-against-v3.18-rc2~128^2~8^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371e07ec837464375fe4d7ef3bd13e13cdfbb458;p=pandora-kernel.git ASoC: edma-pcm: Include edma-pcm.h edma_pcm_platform_register() is declared in edma-pcm.h and defined in edma-pcm.c. To make sure that the function signature matches for both edma-pcm.c should include edma-pcm.h Fixes the following sparse warning: sound/soc/davinci/edma-pcm.c:48:5: warning: symbol 'edma_pcm_platform_register' was not declared. Should it be static? Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed