Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753582Ab1FXJ3w (ORCPT ); Fri, 24 Jun 2011 05:29:52 -0400 Received: from cantor2.suse.de ([195.135.220.15]:51836 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752329Ab1FXJ3u (ORCPT ); Fri, 24 Jun 2011 05:29:50 -0400 Date: Fri, 24 Jun 2011 11:29:47 +0200 Message-ID: From: Takashi Iwai To: Jesper Juhl Cc: LKML , trivial@kernel.org, alsa-devel@alsa-project.org, Jaroslav Kysela Subject: Re: [PATCH 01/37] Remove unneeded version.h includes from sound/ In-Reply-To: References: User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.7 Emacs/23.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1712 Lines: 58 At Thu, 23 Jun 2011 23:54:40 +0200 (CEST), Jesper Juhl wrote: > > In the sound/ directory there are two files (flagged by 'make > versioncheck'); sound/pci/asihpi/asihpi.c and > sound/soc/codecs/wm8991.c that include linux/version.h although they > don't need it. This patch removes the unneeded includes. > > Signed-off-by: Jesper Juhl Thanks, applied to sound git tree now. Takashi > --- > sound/pci/asihpi/asihpi.c | 1 - > sound/soc/codecs/wm8991.c | 1 - > 2 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c > index 2ca6f4f..e3569bd 100644 > --- a/sound/pci/asihpi/asihpi.c > +++ b/sound/pci/asihpi/asihpi.c > @@ -27,7 +27,6 @@ > #include "hpioctl.h" > > #include > -#include > #include > #include > #include > diff --git a/sound/soc/codecs/wm8991.c b/sound/soc/codecs/wm8991.c > index 3c2ee1b..6af23d0 100644 > --- a/sound/soc/codecs/wm8991.c > +++ b/sound/soc/codecs/wm8991.c > @@ -13,7 +13,6 @@ > > #include > #include > -#include > #include > #include > #include > -- > 1.7.5.2 > > > -- > Jesper Juhl http://www.chaosbits.net/ > Don't top-post http://www.catb.org/jargon/html/T/top-post.html > Plain text mails only, please. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/