From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tuxland.pl (xdsl-664.zgora.dialog.net.pl [81.168.226.152]) by ozlabs.org (Postfix) with ESMTP id 7F85CDDE07 for ; Mon, 30 Jul 2007 07:31:24 +1000 (EST) From: Mariusz Kozlowski To: "Rafael J. Wysocki" Subject: Re: [PATCH] ppc: chipsfb.c build fix for CONFIG_PM Date: Sun, 29 Jul 2007 23:31:21 +0200 References: <200707291950.30261.m.kozlowski@tuxland.pl> <200707292333.12766.rjw@sisk.pl> In-Reply-To: <200707292333.12766.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Message-Id: <200707292331.22120.m.kozlowski@tuxland.pl> Cc: linuxppc-dev@ozlabs.org, Andrew Morton , paulus@samba.org, pavel@suse.cz, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > This patch fixes the following build error on powerpc: > > > > CC drivers/video/chipsfb.o > > drivers/video/chipsfb.c: In function 'chipsfb_pci_suspend': > > drivers/video/chipsfb.c:461: error: 'PM_SUSPEND_MEM' undeclared (first use in this function) > > drivers/video/chipsfb.c:461: error: (Each undeclared identifier is reported only once > > drivers/video/chipsfb.c:461: error: for each function it appears in.) > > make[2]: *** [drivers/video/chipsfb.o] Blad 1 > > make[1]: *** [drivers/video] Blad 2 > > make: *** [drivers] Blad 2 > > Already fixed in the right way. Please see: > http://www.mail-archive.com/mm-commits@vger.kernel.org/msg22171.html Ah... ok. Didn't see that. Thanks, Mariusz