ASoC: rt286: Fix compilation warning for !PM
authorThierry Reding <treding@nvidia.com>
Thu, 2 Oct 2014 07:27:03 +0000 (09:27 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 2 Oct 2014 10:53:11 +0000 (11:53 +0100)
The rt286_index_sync() function is only called in the resume path. If PM
is disabled it becomes unused and shouldn't be built either.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found