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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=32c8dabc97d436582298ebd0e33af041c69f5a4b;p=linux-beck.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 8ec63c02dc10..79d855d2bddd 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);