* [PATCH 1/1] [ALSA] Remove useless sound/driver.h
@ 2008-04-13 23:49 Carlos Aguiar
2008-04-14 18:06 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Carlos Aguiar @ 2008-04-13 23:49 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap
From: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
This patch removes useless include/sound/driver.h from sound/arm/omap/ files.
Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
---
sound/arm/omap/eac.c | 1 -
sound/arm/omap/omap-alsa-aic23-mixer.c | 1 -
sound/arm/omap/omap-alsa-aic23.c | 1 -
sound/arm/omap/omap-alsa-aic23.h | 1 -
sound/arm/omap/omap-alsa-tsc2102-mixer.c | 1 -
sound/arm/omap/omap-alsa.c | 1 -
6 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/sound/arm/omap/eac.c b/sound/arm/omap/eac.c
index c4bbf61..6ae2677 100644
--- a/sound/arm/omap/eac.c
+++ b/sound/arm/omap/eac.c
@@ -42,7 +42,6 @@
#include <asm/io.h>
#include <asm/arch/eac.h>
-#include <sound/driver.h>
#include <sound/core.h>
#include <sound/initval.h>
diff --git a/sound/arm/omap/omap-alsa-aic23-mixer.c b/sound/arm/omap/omap-alsa-aic23-mixer.c
index 38be650..ce55824 100644
--- a/sound/arm/omap/omap-alsa-aic23-mixer.c
+++ b/sound/arm/omap/omap-alsa-aic23-mixer.c
@@ -39,7 +39,6 @@
#include <linux/kernel.h>
-#include <sound/driver.h>
#include <asm/arch/aic23.h>
#include <asm/arch/omap-alsa.h>
diff --git a/sound/arm/omap/omap-alsa-aic23.c b/sound/arm/omap/omap-alsa-aic23.c
index 1e8a101..4d67fa3 100644
--- a/sound/arm/omap/omap-alsa-aic23.c
+++ b/sound/arm/omap/omap-alsa-aic23.c
@@ -17,7 +17,6 @@
* option) any later version.
*/
-#include <sound/driver.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/initval.h>
diff --git a/sound/arm/omap/omap-alsa-aic23.h b/sound/arm/omap/omap-alsa-aic23.h
index 63907c4..e2e2d59 100644
--- a/sound/arm/omap/omap-alsa-aic23.h
+++ b/sound/arm/omap/omap-alsa-aic23.h
@@ -18,7 +18,6 @@
#ifndef __OMAP_ALSA_AIC23_H
#define __OMAP_ALSA_AIC23_H
-#include <sound/driver.h>
#include <asm/arch/dma.h>
#include <sound/core.h>
#include <sound/pcm.h>
diff --git a/sound/arm/omap/omap-alsa-tsc2102-mixer.c b/sound/arm/omap/omap-alsa-tsc2102-mixer.c
index d1c8b65..99b1a1d 100644
--- a/sound/arm/omap/omap-alsa-tsc2102-mixer.c
+++ b/sound/arm/omap/omap-alsa-tsc2102-mixer.c
@@ -32,7 +32,6 @@
#include <asm/arch/omap-alsa.h>
-#include <sound/driver.h>
#include <sound/initval.h>
#include <sound/control.h>
diff --git a/sound/arm/omap/omap-alsa.c b/sound/arm/omap/omap-alsa.c
index 8d0f394..30c7942 100644
--- a/sound/arm/omap/omap-alsa.c
+++ b/sound/arm/omap/omap-alsa.c
@@ -46,7 +46,6 @@
#ifdef CONFIG_PM
#include <linux/pm.h>
#endif
-#include <sound/driver.h>
#include <sound/core.h>
#include <sound/pcm.h>
-- 1.5.3.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] [ALSA] Remove useless sound/driver.h
2008-04-13 23:49 [PATCH 1/1] [ALSA] Remove useless sound/driver.h Carlos Aguiar
@ 2008-04-14 18:06 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-04-14 18:06 UTC (permalink / raw)
To: Carlos Aguiar; +Cc: linux-omap
* Carlos Aguiar <carlos.aguiar@indt.org.br> [080413 17:10]:
> From: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
>
> This patch removes useless include/sound/driver.h from sound/arm/omap/ files.
Pushing today.
Tony
> Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
> ---
> sound/arm/omap/eac.c | 1 -
> sound/arm/omap/omap-alsa-aic23-mixer.c | 1 -
> sound/arm/omap/omap-alsa-aic23.c | 1 -
> sound/arm/omap/omap-alsa-aic23.h | 1 -
> sound/arm/omap/omap-alsa-tsc2102-mixer.c | 1 -
> sound/arm/omap/omap-alsa.c | 1 -
> 6 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/sound/arm/omap/eac.c b/sound/arm/omap/eac.c
> index c4bbf61..6ae2677 100644
> --- a/sound/arm/omap/eac.c
> +++ b/sound/arm/omap/eac.c
> @@ -42,7 +42,6 @@
> #include <asm/io.h>
> #include <asm/arch/eac.h>
>
> -#include <sound/driver.h>
> #include <sound/core.h>
> #include <sound/initval.h>
>
> diff --git a/sound/arm/omap/omap-alsa-aic23-mixer.c b/sound/arm/omap/omap-alsa-aic23-mixer.c
> index 38be650..ce55824 100644
> --- a/sound/arm/omap/omap-alsa-aic23-mixer.c
> +++ b/sound/arm/omap/omap-alsa-aic23-mixer.c
> @@ -39,7 +39,6 @@
>
> #include <linux/kernel.h>
>
> -#include <sound/driver.h>
> #include <asm/arch/aic23.h>
>
> #include <asm/arch/omap-alsa.h>
> diff --git a/sound/arm/omap/omap-alsa-aic23.c b/sound/arm/omap/omap-alsa-aic23.c
> index 1e8a101..4d67fa3 100644
> --- a/sound/arm/omap/omap-alsa-aic23.c
> +++ b/sound/arm/omap/omap-alsa-aic23.c
> @@ -17,7 +17,6 @@
> * option) any later version.
> */
>
> -#include <sound/driver.h>
> #include <sound/core.h>
> #include <sound/pcm.h>
> #include <sound/initval.h>
> diff --git a/sound/arm/omap/omap-alsa-aic23.h b/sound/arm/omap/omap-alsa-aic23.h
> index 63907c4..e2e2d59 100644
> --- a/sound/arm/omap/omap-alsa-aic23.h
> +++ b/sound/arm/omap/omap-alsa-aic23.h
> @@ -18,7 +18,6 @@
> #ifndef __OMAP_ALSA_AIC23_H
> #define __OMAP_ALSA_AIC23_H
>
> -#include <sound/driver.h>
> #include <asm/arch/dma.h>
> #include <sound/core.h>
> #include <sound/pcm.h>
> diff --git a/sound/arm/omap/omap-alsa-tsc2102-mixer.c b/sound/arm/omap/omap-alsa-tsc2102-mixer.c
> index d1c8b65..99b1a1d 100644
> --- a/sound/arm/omap/omap-alsa-tsc2102-mixer.c
> +++ b/sound/arm/omap/omap-alsa-tsc2102-mixer.c
> @@ -32,7 +32,6 @@
>
> #include <asm/arch/omap-alsa.h>
>
> -#include <sound/driver.h>
> #include <sound/initval.h>
> #include <sound/control.h>
>
> diff --git a/sound/arm/omap/omap-alsa.c b/sound/arm/omap/omap-alsa.c
> index 8d0f394..30c7942 100644
> --- a/sound/arm/omap/omap-alsa.c
> +++ b/sound/arm/omap/omap-alsa.c
> @@ -46,7 +46,6 @@
> #ifdef CONFIG_PM
> #include <linux/pm.h>
> #endif
> -#include <sound/driver.h>
> #include <sound/core.h>
> #include <sound/pcm.h>
>
> -- 1.5.3.GIT
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-14 18:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-13 23:49 [PATCH 1/1] [ALSA] Remove useless sound/driver.h Carlos Aguiar
2008-04-14 18:06 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox