From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: [PATCH 4/4] ASoC: Remove obsolete declaration of struct snd_soc_clock_info Date: Thu, 4 Dec 2008 11:26:46 +0000 Message-ID: <1228390006-30338-4-git-send-email-broonie@opensource.wolfsonmicro.com> References: <20081204112542.GA30250@rakim.wolfsonmicro.main> <1228390006-30338-1-git-send-email-broonie@opensource.wolfsonmicro.com> <1228390006-30338-2-git-send-email-broonie@opensource.wolfsonmicro.com> <1228390006-30338-3-git-send-email-broonie@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id AAC5824151 for ; Thu, 4 Dec 2008 12:26:47 +0100 (CET) In-Reply-To: <1228390006-30338-3-git-send-email-broonie@opensource.wolfsonmicro.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Takashi Iwai Cc: alsa-devel@alsa-project.org, Mark Brown List-Id: alsa-devel@alsa-project.org The struct is never defined. Signed-off-by: Mark Brown --- 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 8ec63c0..79d855d 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); -- 1.5.6.5