diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-03 19:41:13 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-04 11:17:02 +0000 |
commit | 32c8dabc97d436582298ebd0e33af041c69f5a4b (patch) | |
tree | 9ea902e4e8b28b0586a68638e61292e5ddb7f15e /include/sound/soc.h | |
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/soc.h')
-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 8ec63c02dc1..79d855d2bdd 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -152,7 +152,6 @@ struct snd_soc_dai; struct snd_soc_codec; struct soc_enum; struct snd_soc_ac97_ops; -struct snd_soc_clock_info; typedef int (*hw_write_t)(void *,const char* ,int); typedef int (*hw_read_t)(void *,char* ,int); |