* [PATCH] powerpc: Fix warning in cell setup.c
@ 2006-07-02 4:30 Benjamin Herrenschmidt
2006-07-02 6:08 ` Andrew Morton
0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2006-07-02 4:30 UTC (permalink / raw)
To: Paul Mackerras; +Cc: Andrew Morton, linuxppc-dev list, Arnd Bergmann
Fixes a warning due to a missing #include on cell
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Index: linux-irq-work/arch/powerpc/platforms/cell/setup.c
===================================================================
--- linux-irq-work.orig/arch/powerpc/platforms/cell/setup.c 2006-07-01 15:25:33.000000000 +1000
+++ linux-irq-work/arch/powerpc/platforms/cell/setup.c 2006-07-01 15:25:36.000000000 +1000
@@ -49,6 +49,7 @@
#include <asm/irq.h>
#include <asm/spu.h>
#include <asm/spu_priv1.h>
+#include <asm/udbg.h>
#include "interrupt.h"
#include "iommu.h"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] powerpc: Fix warning in cell setup.c
2006-07-02 4:30 [PATCH] powerpc: Fix warning in cell setup.c Benjamin Herrenschmidt
@ 2006-07-02 6:08 ` Andrew Morton
2006-07-02 6:40 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2006-07-02 6:08 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev, paulus, arnd
On Sun, 02 Jul 2006 14:30:04 +1000
Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
> Fixes a warning due to a missing #include on cell
>
> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
>
> Index: linux-irq-work/arch/powerpc/platforms/cell/setup.c
> ===================================================================
> --- linux-irq-work.orig/arch/powerpc/platforms/cell/setup.c 2006-07-01 15:25:33.000000000 +1000
> +++ linux-irq-work/arch/powerpc/platforms/cell/setup.c 2006-07-01 15:25:36.000000000 +1000
> @@ -49,6 +49,7 @@
> #include <asm/irq.h>
> #include <asm/spu.h>
> #include <asm/spu_priv1.h>
> +#include <asm/udbg.h>
>
> #include "interrupt.h"
> #include "iommu.h"
I already had that.
I don't know what to do with powerpc patches any more. Help.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] powerpc: Fix warning in cell setup.c
2006-07-02 6:08 ` Andrew Morton
@ 2006-07-02 6:40 ` Benjamin Herrenschmidt
0 siblings, 0 replies; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2006-07-02 6:40 UTC (permalink / raw)
To: Andrew Morton; +Cc: linuxppc-dev, paulus, arnd
On Sat, 2006-07-01 at 23:08 -0700, Andrew Morton wrote:
> On Sun, 02 Jul 2006 14:30:04 +1000
> Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
>
> > Fixes a warning due to a missing #include on cell
> >
> > Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> >
> > Index: linux-irq-work/arch/powerpc/platforms/cell/setup.c
> > ===================================================================
> > --- linux-irq-work.orig/arch/powerpc/platforms/cell/setup.c 2006-07-01 15:25:33.000000000 +1000
> > +++ linux-irq-work/arch/powerpc/platforms/cell/setup.c 2006-07-01 15:25:36.000000000 +1000
> > @@ -49,6 +49,7 @@
> > #include <asm/irq.h>
> > #include <asm/spu.h>
> > #include <asm/spu_priv1.h>
> > +#include <asm/udbg.h>
> >
> > #include "interrupt.h"
> > #include "iommu.h"
>
> I already had that.
>
> I don't know what to do with powerpc patches any more. Help.
If you already have it, drop it :) I didnt notice it was already there.
For trivialities like that, it doesn't matter. Important stuff goes
through paulus.
Ben.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-02 6:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-02 4:30 [PATCH] powerpc: Fix warning in cell setup.c Benjamin Herrenschmidt
2006-07-02 6:08 ` Andrew Morton
2006-07-02 6:40 ` Benjamin Herrenschmidt
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).