From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ALSA: ASoC codec: remove unused #include Date: Mon, 13 Oct 2008 03:51:00 +0200 Message-ID: References: <20081012231108.E7F2.WEIYI.HUANG@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 632A3243BA for ; Mon, 13 Oct 2008 03:52:44 +0200 (CEST) In-Reply-To: <20081012231108.E7F2.WEIYI.HUANG@gmail.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: Huang Weiyi Cc: liam.girdwood@wolfsonmicro.com, alsa-devel@alsa-project.org, broonie@opensource.wolfsonmicro.com List-Id: alsa-devel@alsa-project.org At Sun, 12 Oct 2008 23:12:56 +0800, Huang Weiyi wrote: > > The files below do not use LINUX_VERSION_CODE nor KERNEL_VERSION. > sound/soc/codecs/ad1980.c > sound/soc/codecs/wm8580.c > sound/soc/codecs/wm8900.c > > This patch removes the said #include . > > Signed-off-by: Huang Weiyi Thanks, applied now. Takashi > diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c > index 4e09c1f..1397b8e 100644 > --- a/sound/soc/codecs/ad1980.c > +++ b/sound/soc/codecs/ad1980.c > @@ -13,7 +13,6 @@ > > #include > #include > -#include > #include > #include > #include > diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c > index df1ffbe..a10edda 100644 > --- a/sound/soc/codecs/wm8580.c > +++ b/sound/soc/codecs/wm8580.c > @@ -18,7 +18,6 @@ > > #include > #include > -#include > #include > #include > #include > diff --git a/sound/soc/codecs/wm8900.c b/sound/soc/codecs/wm8900.c > index 0b8c6d3..3b326c9 100644 > --- a/sound/soc/codecs/wm8900.c > +++ b/sound/soc/codecs/wm8900.c > @@ -18,7 +18,6 @@ > > #include > #include > -#include > #include > #include > #include > > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel >