From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH] swsusp: Do not use pm_ops Date: Thu, 3 May 2007 14:53:35 +0200 Message-ID: <200705031453.36459.rjw@sisk.pl> References: <200705022213.35831.rjw@sisk.pl> <1178194332.13233.98.camel@johannes.berg> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from ogre.sisk.pl ([217.79.144.158]:53169 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161883AbXECMtP (ORCPT ); Thu, 3 May 2007 08:49:15 -0400 In-Reply-To: <1178194332.13233.98.camel@johannes.berg> Content-Disposition: inline Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Johannes Berg Cc: pm list , ACPI Devel Maling List , Nigel Cunningham , Pavel Machek , Pekka Enberg On Thursday, 3 May 2007 14:12, Johannes Berg wrote: > On Wed, 2007-05-02 at 22:13 +0200, Rafael J. Wysocki wrote: > > > extern void swsusp_unset_page_free(struct page *); > > extern unsigned long get_safe_page(gfp_t gfp_mask); > > > +void hibernation_set_ops(struct hibernation_ops *ops); > > > +extern int hibernate(void); > > You could add an extern to hibernation_set_ops for consistency :) Not > that I really care. Will add, thanks. Rafael