* [PATCH][36/37] Clean up duplicate includes in sound/ppc/
@ 2007-07-21 15:04 Jesper Juhl
2007-07-23 14:45 ` Takashi Iwai
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Jesper Juhl @ 2007-07-21 15:04 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: linuxppc-dev, Andrew Morton, Jesper Juhl, cbe-oss-dev
Hi,
This patch cleans up duplicate includes in
XXXX/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c
index 1aa0b46..27b6189 100644
--- a/sound/ppc/snd_ps3.c
+++ b/sound/ppc/snd_ps3.c
@@ -33,7 +33,6 @@
#include <linux/dmapool.h>
#include <linux/dma-mapping.h>
#include <asm/firmware.h>
-#include <linux/io.h>
#include <asm/dma.h>
#include <asm/lv1call.h>
#include <asm/ps3.h>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH][36/37] Clean up duplicate includes in sound/ppc/
2007-07-21 15:04 [PATCH][36/37] Clean up duplicate includes in sound/ppc/ Jesper Juhl
@ 2007-07-23 14:45 ` Takashi Iwai
2007-07-23 19:53 ` Jesper Juhl
2007-07-23 18:21 ` Geoff Levand
2007-07-24 2:47 ` [Cbe-oss-dev] " Masakazu Mokuno
2 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2007-07-23 14:45 UTC (permalink / raw)
To: Jesper Juhl
Cc: linuxppc-dev, Andrew Morton, Linux Kernel Mailing List,
cbe-oss-dev
At Sat, 21 Jul 2007 17:04:07 +0200,
Jesper Juhl wrote:
>
> Hi,
>
> This patch cleans up duplicate includes in
> XXXX/
sound/ppc? :)
>
>
> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Now applied to ALSA tree. Thanks.
Takashi
> ---
>
> diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c
> index 1aa0b46..27b6189 100644
> --- a/sound/ppc/snd_ps3.c
> +++ b/sound/ppc/snd_ps3.c
> @@ -33,7 +33,6 @@
> #include <linux/dmapool.h>
> #include <linux/dma-mapping.h>
> #include <asm/firmware.h>
> -#include <linux/io.h>
> #include <asm/dma.h>
> #include <asm/lv1call.h>
> #include <asm/ps3.h>
> -
> 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/
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH][36/37] Clean up duplicate includes in sound/ppc/
2007-07-23 14:45 ` Takashi Iwai
@ 2007-07-23 19:53 ` Jesper Juhl
0 siblings, 0 replies; 5+ messages in thread
From: Jesper Juhl @ 2007-07-23 19:53 UTC (permalink / raw)
To: Takashi Iwai
Cc: linuxppc-dev, Andrew Morton, Linux Kernel Mailing List,
cbe-oss-dev
On 23/07/07, Takashi Iwai <tiwai@suse.de> wrote:
> At Sat, 21 Jul 2007 17:04:07 +0200,
> Jesper Juhl wrote:
> >
> > Hi,
> >
> > This patch cleans up duplicate includes in
> > XXXX/
>
> sound/ppc? :)
>
Hehe, yup. Seems I forgot to edit my mail template for that one :)
> >
> >
> > Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
>
> Now applied to ALSA tree. Thanks.
>
Thanks a lot.
--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH][36/37] Clean up duplicate includes in sound/ppc/
2007-07-21 15:04 [PATCH][36/37] Clean up duplicate includes in sound/ppc/ Jesper Juhl
2007-07-23 14:45 ` Takashi Iwai
@ 2007-07-23 18:21 ` Geoff Levand
2007-07-24 2:47 ` [Cbe-oss-dev] " Masakazu Mokuno
2 siblings, 0 replies; 5+ messages in thread
From: Geoff Levand @ 2007-07-23 18:21 UTC (permalink / raw)
To: Jesper Juhl
Cc: linuxppc-dev, Andrew Morton, Linux Kernel Mailing List,
cbe-oss-dev
Jesper Juhl wrote:
> Hi,
>
> This patch cleans up duplicate includes in
> XXXX/
>
>
> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
> ---
>
> diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c
> index 1aa0b46..27b6189 100644
> --- a/sound/ppc/snd_ps3.c
> +++ b/sound/ppc/snd_ps3.c
> @@ -33,7 +33,6 @@
> #include <linux/dmapool.h>
> #include <linux/dma-mapping.h>
> #include <asm/firmware.h>
> -#include <linux/io.h>
> #include <asm/dma.h>
> #include <asm/lv1call.h>
> #include <asm/ps3.h>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Cbe-oss-dev] [PATCH][36/37] Clean up duplicate includes in sound/ppc/
2007-07-21 15:04 [PATCH][36/37] Clean up duplicate includes in sound/ppc/ Jesper Juhl
2007-07-23 14:45 ` Takashi Iwai
2007-07-23 18:21 ` Geoff Levand
@ 2007-07-24 2:47 ` Masakazu Mokuno
2 siblings, 0 replies; 5+ messages in thread
From: Masakazu Mokuno @ 2007-07-24 2:47 UTC (permalink / raw)
To: Jesper Juhl
Cc: linuxppc-dev, Andrew Morton, Linux Kernel Mailing List,
cbe-oss-dev
On Sat, 21 Jul 2007 17:04:07 +0200
Jesper Juhl <jesper.juhl@gmail.com> wrote:
> Hi,
>
> This patch cleans up duplicate includes in
> XXXX/
>
>
> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
> ---
>
> diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c
> index 1aa0b46..27b6189 100644
> --- a/sound/ppc/snd_ps3.c
> +++ b/sound/ppc/snd_ps3.c
> @@ -33,7 +33,6 @@
> #include <linux/dmapool.h>
> #include <linux/dma-mapping.h>
> #include <asm/firmware.h>
> -#include <linux/io.h>
> #include <asm/dma.h>
> #include <asm/lv1call.h>
> #include <asm/ps3.h>
Acked-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
--
Masakazu MOKUNO
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-07-24 2:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-21 15:04 [PATCH][36/37] Clean up duplicate includes in sound/ppc/ Jesper Juhl
2007-07-23 14:45 ` Takashi Iwai
2007-07-23 19:53 ` Jesper Juhl
2007-07-23 18:21 ` Geoff Levand
2007-07-24 2:47 ` [Cbe-oss-dev] " Masakazu Mokuno
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).