diff mbox

[8/8] ASoC: dapm: Remove delayed_work from dapm context struct

Message ID 1427742293-8588-8-git-send-email-lars@metafoo.de (mailing list archive)
State Accepted
Commit 7c0e3facf39a68f30c2eae69e969918eca1ff9d6
Headers show

Commit Message

Lars-Peter Clausen March 30, 2015, 7:04 p.m. UTC
The delayed_work field in the snd_soc_dapm_context struct is now unused and
can be removed. Removing it reduces the size of the snd_soc_dapm_context
struct by ~50% from 100 bytes to 48 bytes.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 include/sound/soc-dapm.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index 2e5f0ce..0bc8364 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -588,7 +588,6 @@  struct snd_soc_dapm_update {
 /* DAPM context */
 struct snd_soc_dapm_context {
 	enum snd_soc_bias_level bias_level;
-	struct delayed_work delayed_work;
 	unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */
 	/* Go to BIAS_OFF in suspend if the DAPM context is idle */
 	unsigned int suspend_bias_off:1;