aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/sirf/sirf-usp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sirf/sirf-usp.c b/sound/soc/sirf/sirf-usp.c
index bdf6aae3e6d0..9693bc2a796d 100644
--- a/sound/soc/sirf/sirf-usp.c
+++ b/sound/soc/sirf/sirf-usp.c
@@ -282,7 +282,7 @@ static struct snd_soc_dai_driver sirf_usp_pcm_dai = {
282 .ops = &sirf_usp_pcm_dai_ops, 282 .ops = &sirf_usp_pcm_dai_ops,
283}; 283};
284 284
285#ifdef CONFIG_PM_RUNTIME 285#ifdef CONFIG_PM
286static int sirf_usp_pcm_runtime_suspend(struct device *dev) 286static int sirf_usp_pcm_runtime_suspend(struct device *dev)
287{ 287{
288 struct sirf_usp *usp = dev_get_drvdata(dev); 288 struct sirf_usp *usp = dev_get_drvdata(dev);