From patchwork Fri Sep 17 10:29:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 187812 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8HAREwE009232 for ; Fri, 17 Sep 2010 10:29:36 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751942Ab0IQK3g (ORCPT ); Fri, 17 Sep 2010 06:29:36 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:50737 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1753407Ab0IQK3g (ORCPT ); Fri, 17 Sep 2010 06:29:36 -0400 Received: (qmail invoked by alias); 17 Sep 2010 10:29:34 -0000 Received: from p50898BE1.dip0.t-ipconnect.de (EHLO axis700.grange) [80.137.139.225] by mail.gmx.net (mp045) with SMTP; 17 Sep 2010 12:29:34 +0200 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX1821mU/xdg2rkPs8dMxHUEGGoM90G/5Xqryu3wB62 URdaPqiWfR0tTi Received: from lyakh (helo=localhost) by axis700.grange with local-esmtp (Exim 4.63) (envelope-from ) id 1OwYCQ-0001kS-RA; Fri, 17 Sep 2010 12:29:46 +0200 Date: Fri, 17 Sep 2010 12:29:46 +0200 (CEST) From: Guennadi Liakhovetski To: alsa-devel@alsa-project.org cc: linux-sh@vger.kernel.org, Mark Brown , Liam Girdwood Subject: [PATCH 1/5] ASoC: fix compile breakage of the sh/siu driver In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-Y-GMX-Trusted: 0 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 17 Sep 2010 10:29:36 +0000 (UTC) diff --git a/sound/soc/sh/siu.h b/sound/soc/sh/siu.h index aa239ff..1c0e1f7 100644 --- a/sound/soc/sh/siu.h +++ b/sound/soc/sh/siu.h @@ -182,7 +182,6 @@ static inline u32 siu_read32(u32 __iomem *addr) #define SIU_BRRB (0x10c / sizeof(u32)) extern struct snd_soc_platform_driver siu_platform; -extern struct snd_soc_dai_driver siu_i2s_dai; extern struct siu_info *siu_i2s_data; int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card);