From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934870AbdIYNYh (ORCPT ); Mon, 25 Sep 2017 09:24:37 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60658 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934449AbdIYNYe (ORCPT ); Mon, 25 Sep 2017 09:24:34 -0400 Date: Mon, 25 Sep 2017 15:24:43 +0200 From: Greg Kroah-Hartman To: "Rafael J. Wysocki" Cc: Linux PM , Alan Stern , LKML Subject: Re: [PATCH] PM / core: Drop legacy class suspend/resume operations Message-ID: <20170925132443.GA5325@kroah.com> References: <6823681.sfkuFdUyaG@aspire.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6823681.sfkuFdUyaG@aspire.rjw.lan> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 25, 2017 at 02:56:44PM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > There are no classes using the legacy suspend/resume operations in > the tree any more, so drop these operations and update the code > referring to them accordingly. > > Signed-off-by: Rafael J. Wysocki > --- > drivers/base/power/main.c | 32 +++++++++----------------------- > include/linux/device.h | 5 ----- > 2 files changed, 9 insertions(+), 28 deletions(-) Yeah!!! Do you want me to take this now, for -rc2, in my tree (as I'll gladly do so, I have some other api removals queued up already), or do you want to do it through yours? Either is fine with me, if you want to take it: Acked-by: Greg Kroah-Hartman thanks, greg k-h