ASoC: omap-pcm: Include omap-pcm.h
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 19 Jun 2014 07:40:29 +0000 (09:40 +0200)
committerMark Brown <broonie@linaro.org>
Sat, 21 Jun 2014 19:59:20 +0000 (20:59 +0100)
commit76a77f47123945f6e5a4dd167e54768012ef9669
treedd38641ea0bc9f8602c343b252068b1fed1984b0
parent7171511eaec5bf23fb06078f59784a3a0626b38f
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 <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/omap/omap-pcm.c
This page took 0.026265 seconds and 5 git commands to generate.