From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by ozlabs.org (Postfix) with ESMTP id F125BDDDF9 for ; Tue, 4 Nov 2008 00:45:16 +1100 (EST) Received: by ey-out-2122.google.com with SMTP id 6so938342eyi.15 for ; Mon, 03 Nov 2008 05:45:14 -0800 (PST) Date: Mon, 3 Nov 2008 16:48:29 +0300 From: Alexey Dobriyan To: Geert Uytterhoeven Subject: Re: [PATCH] ps3: ps3-lpm.c compile fix Message-ID: <20081103134829.GA3432@x200.localdomain> References: <20081102172650.GA7219@x200.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Nov 03, 2008 at 09:20:28AM +0100, Geert Uytterhoeven wrote: > On Sun, 2 Nov 2008, Alexey Dobriyan wrote: > > drivers/ps3/ps3-lpm.c:838: error: implicit declaration of function 'get_hard_smp_processor_id' > > > > Signed-off-by: Alexey Dobriyan > > --- > > > > drivers/ps3/ps3-lpm.c | 1 + > > 1 file changed, 1 insertion(+) > > > > --- a/drivers/ps3/ps3-lpm.c > > +++ b/drivers/ps3/ps3-lpm.c > > @@ -22,6 +22,7 @@ > > #include > > #include > > #include > > +#include > > #include ? Nope, everybody else uses asm/smp.h.