From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.osdl.org (smtp.osdl.org [65.172.181.4]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.osdl.org", Issuer "OSDL Hostmaster" (not verified)) by ozlabs.org (Postfix) with ESMTP id 84E5667A67 for ; Sun, 2 Jul 2006 16:08:58 +1000 (EST) Date: Sat, 1 Jul 2006 23:08:45 -0700 From: Andrew Morton To: Benjamin Herrenschmidt Subject: Re: [PATCH] powerpc: Fix warning in cell setup.c Message-Id: <20060701230845.e2f8507d.akpm@osdl.org> In-Reply-To: <1151814604.19419.20.camel@localhost.localdomain> References: <1151814604.19419.20.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, arnd@arndb.de List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 02 Jul 2006 14:30:04 +1000 Benjamin Herrenschmidt wrote: > Fixes a warning due to a missing #include on cell > > Signed-off-by: Benjamin Herrenschmidt > > 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 > #include > #include > +#include > > #include "interrupt.h" > #include "iommu.h" I already had that. I don't know what to do with powerpc patches any more. Help.