From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Courbot Subject: Re: [PATCH] gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM Date: Wed, 3 Dec 2014 11:33:33 +0900 Message-ID: References: <1655942.O63mJN07or@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1655942.O63mJN07or@vostro.rjw.lan> Sender: linux-gpio-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: Kevin Hilman , Javier Martinez Canillas , Santosh Shilimkar , Linus Walleij , linux-omap@vger.kernel.org, "linux-gpio@vger.kernel.org" , Linux Kernel Mailing List , Linux PM list List-Id: linux-pm@vger.kernel.org On Wed, Dec 3, 2014 at 10:50 AM, 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 in drivers/gpio/gpio-omap.c. > > Signed-off-by: Rafael J. Wysocki Acked-by: Alexandre Courbot