[PATCH] powerpc: Fix warning in cell setup.c

Benjamin Herrenschmidt benh at kernel.crashing.org
Sun Jul 2 16:40:41 EST 2006


On Sat, 2006-07-01 at 23:08 -0700, Andrew Morton wrote:
> On Sun, 02 Jul 2006 14:30:04 +1000
> Benjamin Herrenschmidt <benh at kernel.crashing.org> wrote:
> 
> > Fixes a warning due to a missing #include on cell
> > 
> > Signed-off-by: Benjamin Herrenschmidt <benh at 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.





More information about the Linuxppc-dev mailing list