From: Mark Brown Date: Wed, 3 Dec 2008 19:41:13 +0000 (+0000) Subject: ASoC: Remove obsolete declaration of struct snd_soc_clock_info X-Git-Tag: v2.6.29-rc1~590^2~11^2~52 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=32c8dabc97d436582298ebd0e33af041c69f5a4b;p=linux-2.6-omap-h63xx.git ASoC: Remove obsolete declaration of struct snd_soc_clock_info The struct is never defined. Signed-off-by: Mark Brown --- 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);