diff options
-rw-r--r-- | sound/soc/codecs/ab8500_audio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/codecs/ab8500_audio.c b/sound/soc/codecs/ab8500_audio.c index 5b82777aab9..41899112f38 100644 --- a/sound/soc/codecs/ab8500_audio.c +++ b/sound/soc/codecs/ab8500_audio.c @@ -2844,8 +2844,7 @@ static int ab8500_codec_remove(struct snd_soc_codec *codec) return 0; } -static int ab8500_codec_suspend(struct snd_soc_codec *codec, - pm_message_t state) +static int ab8500_codec_suspend(struct snd_soc_codec *codec) { pr_debug("%s Enter.\n", __func__); |