From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH][RFC] pm: remove device_type suspend()/resume() Date: Mon, 1 Jun 2009 14:02:24 -0700 Message-ID: <20090601210224.GA2236@suse.de> References: <20090601103836.10959.43392.sendpatchset@rx1.opensource.se> <200906012040.58290.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <200906012040.58290.rjw@sisk.pl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: "Rafael J. Wysocki" Cc: linux-pm@lists.linux-foundation.org List-Id: linux-pm@vger.kernel.org On Mon, Jun 01, 2009 at 08:40:57PM +0200, Rafael J. Wysocki wrote: > On Monday 01 June 2009, Magnus Damm wrote: > > From: Magnus Damm > > > > This patch removes the legacy callbacks ->suspend() and > > ->resume() from struct device_type. These callbacks seem > > unused, and new code should instead make use of struct > > dev_pm_ops. > > > > Signed-off-by: Magnus Damm > > This is fine by me. > > Greg, Pavel, Alan, any objections? Nope: Acked-by: Greg Kroah-Hartman