* ALSA: ASoC codec: remove unused #include <version.h>
@ 2008-10-12 15:12 Huang Weiyi
2008-10-13 1:51 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Huang Weiyi @ 2008-10-12 15:12 UTC (permalink / raw)
To: liam.girdwood, broonie; +Cc: alsa-devel
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 <version.h>.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
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 <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/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 <linux/module.h>
#include <linux/moduleparam.h>
-#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
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 <linux/module.h>
#include <linux/moduleparam.h>
-#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: ALSA: ASoC codec: remove unused #include <version.h>
2008-10-12 15:12 Huang Weiyi
@ 2008-10-13 1:51 ` Takashi Iwai
0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2008-10-13 1:51 UTC (permalink / raw)
To: Huang Weiyi; +Cc: liam.girdwood, alsa-devel, broonie
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 <version.h>.
>
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
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 <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/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 <linux/module.h>
> #include <linux/moduleparam.h>
> -#include <linux/version.h>
> #include <linux/kernel.h>
> #include <linux/init.h>
> #include <linux/delay.h>
> 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 <linux/module.h>
> #include <linux/moduleparam.h>
> -#include <linux/version.h>
> #include <linux/kernel.h>
> #include <linux/init.h>
> #include <linux/delay.h>
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* ALSA: ASoC codec: remove unused #include <version.h>
@ 2008-10-31 14:50 Huang Weiyi
2008-10-31 14:51 ` Mark Brown
2008-11-04 17:08 ` Takashi Iwai
0 siblings, 2 replies; 5+ messages in thread
From: Huang Weiyi @ 2008-10-31 14:50 UTC (permalink / raw)
To: broonie; +Cc: alsa-devel
The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
sound/soc/codecs/ad73311.c
This patch removes the said #include <version.h>.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
diff --git a/sound/soc/codecs/ad73311.c b/sound/soc/codecs/ad73311.c
index 37af860..59c4c8f 100644
--- a/sound/soc/codecs/ad73311.c
+++ b/sound/soc/codecs/ad73311.c
@@ -15,7 +15,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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: ALSA: ASoC codec: remove unused #include <version.h>
2008-10-31 14:50 ALSA: ASoC codec: remove unused #include <version.h> Huang Weiyi
@ 2008-10-31 14:51 ` Mark Brown
2008-11-04 17:08 ` Takashi Iwai
1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2008-10-31 14:51 UTC (permalink / raw)
To: Huang Weiyi; +Cc: alsa-devel
On Fri, Oct 31, 2008 at 10:50:00PM +0800, Huang Weiyi wrote:
> The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
> sound/soc/codecs/ad73311.c
>
> This patch removes the said #include <version.h>.
>
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ALSA: ASoC codec: remove unused #include <version.h>
2008-10-31 14:50 ALSA: ASoC codec: remove unused #include <version.h> Huang Weiyi
2008-10-31 14:51 ` Mark Brown
@ 2008-11-04 17:08 ` Takashi Iwai
1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2008-11-04 17:08 UTC (permalink / raw)
To: Huang Weiyi; +Cc: alsa-devel, broonie
At Fri, 31 Oct 2008 22:50:00 +0800,
Huang Weiyi wrote:
>
> The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
> sound/soc/codecs/ad73311.c
>
> This patch removes the said #include <version.h>.
>
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-11-04 17:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 14:50 ALSA: ASoC codec: remove unused #include <version.h> Huang Weiyi
2008-10-31 14:51 ` Mark Brown
2008-11-04 17:08 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2008-10-12 15:12 Huang Weiyi
2008-10-13 1:51 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).