diff options
-rw-r--r-- | sound/soc/codecs/max98090.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c index 0e59e5117e43..6816578ea8f7 100644 --- a/sound/soc/codecs/max98090.c +++ b/sound/soc/codecs/max98090.c | |||
@@ -2408,7 +2408,7 @@ static int max98090_runtime_suspend(struct device *dev) | |||
2408 | } | 2408 | } |
2409 | #endif | 2409 | #endif |
2410 | 2410 | ||
2411 | #ifdef CONFIG_PM | 2411 | #ifdef CONFIG_PM_SLEEP |
2412 | static int max98090_resume(struct device *dev) | 2412 | static int max98090_resume(struct device *dev) |
2413 | { | 2413 | { |
2414 | struct max98090_priv *max98090 = dev_get_drvdata(dev); | 2414 | struct max98090_priv *max98090 = dev_get_drvdata(dev); |