Commit 83a7fc98 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Mark Brown

ASoC: wm8741: Remove unused wm8741_suspend define

This driver has no suspend callback.
Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent f0b99ca0
...@@ -413,7 +413,6 @@ static int wm8741_resume(struct snd_soc_codec *codec) ...@@ -413,7 +413,6 @@ static int wm8741_resume(struct snd_soc_codec *codec)
return 0; return 0;
} }
#else #else
#define wm8741_suspend NULL
#define wm8741_resume NULL #define wm8741_resume NULL
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment