From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: PM / OPP: ARCH_HAS_OPP Date: Tue, 29 Jul 2014 15:03:46 +0800 Message-ID: <20140729070345.GA24750@dragon> References: <1406551632.5397.17.camel@x220> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from mail-bn1blp0189.outbound.protection.outlook.com ([207.46.163.189]:49483 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752644AbaG2HEB (ORCPT ); Tue, 29 Jul 2014 03:04:01 -0400 Content-Disposition: inline In-Reply-To: <1406551632.5397.17.camel@x220> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Paul Bolle Cc: Mark Brown , Viresh Kumar , Nishanth Menon , Rob Herring , Simon Horman , "Rafael J. Wysocki" , linux-pm@vger.kernel.org On Mon, Jul 28, 2014 at 02:47:12PM +0200, Paul Bolle wrote: > Mark, > > Your commit 78c5e0bb145d ("PM / OPP: Remove ARCH_HAS_OPP") landed in > today's linux-next (ie, next-20140728). It removes the Kconfig symbol > ARCH_HAS_OPP and ten select statements for that symbol. > > After that commit there are still nine select statements for that symbol > left in linux-next. (These select statements are now actually NOPs.) The > peculiar thing is that these nine statements are all found in Kconfig > files also touched by that commit. > > Anyhow, are patches to remove these pointless select statements queued > somewhere? There a couple of such select in imx Kconfig, and I will clean them up. Shawn