aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2008-12-03 14:41:13 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2008-12-04 06:17:02 -0500
commit32c8dabc97d436582298ebd0e33af041c69f5a4b (patch)
tree9ea902e4e8b28b0586a68638e61292e5ddb7f15e /include/sound
parentdc7d7b830ee1f4111696e73d1c25da683b461548 (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.h1
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;
152struct snd_soc_codec; 152struct snd_soc_codec;
153struct soc_enum; 153struct soc_enum;
154struct snd_soc_ac97_ops; 154struct snd_soc_ac97_ops;
155struct snd_soc_clock_info;
156 155
157typedef int (*hw_write_t)(void *,const char* ,int); 156typedef int (*hw_write_t)(void *,const char* ,int);
158typedef int (*hw_read_t)(void *,char* ,int); 157typedef int (*hw_read_t)(void *,char* ,int);