From patchwork Sun Nov 2 17:26:51 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Dobriyan X-Patchwork-Id: 6852 X-Patchwork-Delegate: paulus@samba.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 4E088DDFAA for ; Mon, 3 Nov 2008 04:23:56 +1100 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by ozlabs.org (Postfix) with ESMTP id 662EADDDE0 for ; Mon, 3 Nov 2008 04:23:36 +1100 (EST) Received: by ey-out-2122.google.com with SMTP id 6so791800eyi.15 for ; Sun, 02 Nov 2008 09:23:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=9IFUMGMcZfAugntP/lOqiJodWhRdse/HEoyPtAsK1pY=; b=xG7hqpOuzUYKPWPLRKe1gQIelyF1qFFGYeELOQCp6V0gzTEHB7HSCEBkklB4rnEjDw +PApqjY1XROxKfvJzznS0pbTNrqR2Zm+6ZRBc7Iqo6U49iM3rEqRyAw5mRrEPFPBiy3o s6V1/m3kax3b2XbSWdxtTSWM4CYtkiVBQtkX0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=qVya1x6iDWMq5hRJ49/lypwgOVjlULDdop38aXSGWFB+3TNe60fhfzXIgjjeFPU9Rg KEs7nwpwn5hFcXDskyThKWInDYI0hr2G7bYmEOsinr41ZEiSXfVGwhumo0SqAvQpgzzv XtMSFbZkFWEToeuvrJ/X22+4YpeR08TEQdIWE= Received: by 10.210.45.14 with SMTP id s14mr16480351ebs.72.1225646614741; Sun, 02 Nov 2008 09:23:34 -0800 (PST) Received: from localhost (gw.zunet.ru [217.67.117.64]) by mx.google.com with ESMTPS id i7sm31320098nfh.29.2008.11.02.09.23.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Nov 2008 09:23:33 -0800 (PST) Date: Sun, 2 Nov 2008 20:26:51 +0300 From: Alexey Dobriyan To: paulus@samba.org Subject: [PATCH] ps3: ps3-lpm.c compile fix Message-ID: <20081102172650.GA7219@x200.localdomain> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: linuxppc-dev@ozlabs.org X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org drivers/ps3/ps3-lpm.c:838: error: implicit declaration of function 'get_hard_smp_processor_id' Signed-off-by: Alexey Dobriyan Acked-by: Geoff Levand --- 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 #include #include