From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752875AbaLDBBA (ORCPT ); Wed, 3 Dec 2014 20:01:00 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58116 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752595AbaLDBA5 (ORCPT ); Wed, 3 Dec 2014 20:00:57 -0500 Date: Wed, 3 Dec 2014 17:00:56 -0800 From: Greg Kroah-Hartman To: "Rafael J. Wysocki" Cc: Arnd Bergmann , Eric Piel , Tomas Winkler , Linux Kernel Mailing List , Linux PM list Subject: Re: [PATCH] misc / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM Message-ID: <20141204010056.GA9680@kroah.com> References: <2262178.AG1kTbXfTd@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2262178.AG1kTbXfTd@vostro.rjw.lan> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 04, 2014 at 01:57:13AM +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is > selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks > depending on CONFIG_PM_RUNTIME may now be changed to depend on > CONFIG_PM. > > Replace CONFIG_PM_RUNTIME with CONFIG_PM everywhere under > drivers/misc/. > > Signed-off-by: Rafael J. Wysocki > --- > > Note: This depends on commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if > PM_SLEEP is selected) which is only in linux-next at the moment (via the > linux-pm tree). > > Please let me know if it is OK to take this one into linux-pm. Please take it through your linux-pm tree: Acked-by: Greg Kroah-Hartman