All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] ASoC: remove unused #include <linux/version.h>
@ 2009-09-16 13:05 Huang Weiyi
  2009-09-16 20:08 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Weiyi @ 2009-09-16 13:05 UTC (permalink / raw)
  To: broonie, lrg; +Cc: alsa-devel, Huang Weiyi

Remove unused #include <linux/version.h>('s) in
  sound/soc/codecs/ad1836.c
  sound/soc/codecs/ad1938.c
  sound/soc/codecs/wm8974.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
 sound/soc/codecs/ad1836.c |    1 -
 sound/soc/codecs/ad1938.c |    1 -
 sound/soc/codecs/wm8974.c |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/sound/soc/codecs/ad1836.c b/sound/soc/codecs/ad1836.c
index 3612bb9..01343dc 100644
--- a/sound/soc/codecs/ad1836.c
+++ b/sound/soc/codecs/ad1836.c
@@ -18,7 +18,6 @@
 
 #include <linux/init.h>
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/device.h>
 #include <sound/core.h>
diff --git a/sound/soc/codecs/ad1938.c b/sound/soc/codecs/ad1938.c
index e62b277..9a049a1 100644
--- a/sound/soc/codecs/ad1938.c
+++ b/sound/soc/codecs/ad1938.c
@@ -28,7 +28,6 @@
 
 #include <linux/init.h>
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/device.h>
 #include <sound/core.h>
diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c
index d8a013a..98d663a 100644
--- a/sound/soc/codecs/wm8974.c
+++ b/sound/soc/codecs/wm8974.c
@@ -12,7 +12,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.6.1.3

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

* Re: [PATCH 1/9] ASoC: remove unused #include <linux/version.h>
  2009-09-16 13:05 [PATCH 1/9] ASoC: remove unused #include <linux/version.h> Huang Weiyi
@ 2009-09-16 20:08 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2009-09-16 20:08 UTC (permalink / raw)
  To: Huang Weiyi; +Cc: alsa-devel, lrg

On Wed, Sep 16, 2009 at 09:05:45PM +0800, Huang Weiyi wrote:
> Remove unused #include <linux/version.h>('s) in
>   sound/soc/codecs/ad1836.c
>   sound/soc/codecs/ad1938.c
>   sound/soc/codecs/wm8974.c

> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

Applied, thanks.

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

end of thread, other threads:[~2009-09-16 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-16 13:05 [PATCH 1/9] ASoC: remove unused #include <linux/version.h> Huang Weiyi
2009-09-16 20:08 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.