diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-06-07 08:57:17 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-06-08 08:52:06 -0400 |
commit | 291f3bbcacf278726911c713e14cedb71c486b16 (patch) | |
tree | a4da4e2b27638e81404a6dbb771dca303d0cd596 /include/sound | |
parent | 4f1c1923851f9734c972812121e80a3b04ab3af4 (diff) |
ASoC: Make DAPM power sequence lists local variables
They are now only accessed within dapm_power_widgets() so can be local
to that function.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index cf6111d72b17..5964dd65bbd3 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -369,8 +369,6 @@ struct snd_soc_codec { | |||
369 | enum snd_soc_bias_level bias_level; | 369 | enum snd_soc_bias_level bias_level; |
370 | enum snd_soc_bias_level suspend_bias_level; | 370 | enum snd_soc_bias_level suspend_bias_level; |
371 | struct delayed_work delayed_work; | 371 | struct delayed_work delayed_work; |
372 | struct list_head up_list; | ||
373 | struct list_head down_list; | ||
374 | 372 | ||
375 | /* codec DAI's */ | 373 | /* codec DAI's */ |
376 | struct snd_soc_dai *dai; | 374 | struct snd_soc_dai *dai; |