diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-03 14:41:13 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-04 06:17:02 -0500 |
commit | 32c8dabc97d436582298ebd0e33af041c69f5a4b (patch) | |
tree | 9ea902e4e8b28b0586a68638e61292e5ddb7f15e /include/sound | |
parent | dc7d7b830ee1f4111696e73d1c25da683b461548 (diff) |
ASoC: Remove obsolete declaration of struct snd_soc_clock_info
The struct is never defined.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 8ec63c02dc10..79d855d2bddd 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -152,7 +152,6 @@ struct snd_soc_dai; | |||
152 | struct snd_soc_codec; | 152 | struct snd_soc_codec; |
153 | struct soc_enum; | 153 | struct soc_enum; |
154 | struct snd_soc_ac97_ops; | 154 | struct snd_soc_ac97_ops; |
155 | struct snd_soc_clock_info; | ||
156 | 155 | ||
157 | typedef int (*hw_write_t)(void *,const char* ,int); | 156 | typedef int (*hw_write_t)(void *,const char* ,int); |
158 | typedef int (*hw_read_t)(void *,char* ,int); | 157 | typedef int (*hw_read_t)(void *,char* ,int); |