Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/37] Remove unneeded version.h includes from sound/
       [not found] <alpine.LNX.2.00.1106232344480.17688@swampdragon.chaosbits.net>
@ 2011-06-23 21:54 ` Jesper Juhl
  2011-06-24  9:29   ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2011-06-23 21:54 UTC (permalink / raw)
  To: LKML; +Cc: trivial, alsa-devel, Takashi Iwai, Jaroslav Kysela

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 <jj@chaosbits.net>
---
 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 <linux/pci.h>
-#include <linux/version.h>
 #include <linux/init.h>
 #include <linux/jiffies.h>
 #include <linux/slab.h>
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 <linux/module.h>
 #include <linux/moduleparam.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/delay.h>
-- 
1.7.5.2


-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 01/37] Remove unneeded version.h includes from sound/
  2011-06-23 21:54 ` [PATCH 01/37] Remove unneeded version.h includes from sound/ Jesper Juhl
@ 2011-06-24  9:29   ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2011-06-24  9:29 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: alsa-devel, trivial, LKML

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 <jj@chaosbits.net>

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 <linux/pci.h>
> -#include <linux/version.h>
>  #include <linux/init.h>
>  #include <linux/jiffies.h>
>  #include <linux/slab.h>
> 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 <linux/module.h>
>  #include <linux/moduleparam.h>
> -#include <linux/version.h>
>  #include <linux/kernel.h>
>  #include <linux/init.h>
>  #include <linux/delay.h>
> -- 
> 1.7.5.2
> 
> 
> -- 
> Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
> Don't top-post http://www.catb.org/jargon/html/T/top-post.html
> Plain text mails only, please.
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-24  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <alpine.LNX.2.00.1106232344480.17688@swampdragon.chaosbits.net>
2011-06-23 21:54 ` [PATCH 01/37] Remove unneeded version.h includes from sound/ Jesper Juhl
2011-06-24  9:29   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox