[alsa-devel] [PATCH] ASoC: wm8741: Remove unused wm8741_suspend define
Lars-Peter Clausen
lars at metafoo.de
Thu Sep 25 16:19:30 CEST 2014
This driver has no suspend callback.
Signed-off-by: Lars-Peter Clausen <lars at 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
More information about the Alsa-devel
mailing list