Discussion:
[PATCH] ASoC: wm8741: Remove unused wm8741_suspend define
Lars-Peter Clausen
2014-09-25 14:19:30 UTC
Permalink
This driver has no suspend callback.

Signed-off-by: Lars-Peter Clausen <***@metafoo.de>
---
sound/soc/codecs/wm8741.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/wm8741.c b/sound/soc/codecs/wm8741.c
index a237f16..31bb480 100644
--- a/sound/soc/codecs/wm8741.c
+++ b/sound/soc/codecs/wm8741.c
@@ -413,7 +413,6 @@ static int wm8741_resume(struct snd_soc_codec *codec)
return 0;
}
#else
-#define wm8741_suspend NULL
#define wm8741_resume NULL
#endif
--
1.8.0
Mark Brown
2014-09-25 15:18:01 UTC
Permalink
Post by Lars-Peter Clausen
This driver has no suspend callback.
Applied, thanks.

Loading...