From: Lars-Peter Clausen Date: Thu, 19 Jun 2014 07:40:29 +0000 (+0200) Subject: ASoC: omap-pcm: Include omap-pcm.h X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76a77f47123945f6e5a4dd167e54768012ef9669;p=pandora-kernel.git ASoC: omap-pcm: Include omap-pcm.h omap_pcm_platform_register() is declared in omap-pcm.h and defined in omap-pcm.c. To make sure that the function signature matches for both omap-pcm.c should include omap-pcm.h Fixes the following warning from sparse: sound/soc/omap/omap-pcm.c:235:5: warning: symbol 'omap_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