From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753935AbaILKqS (ORCPT ); Fri, 12 Sep 2014 06:46:18 -0400 Received: from cpsmtpb-ews08.kpnxchange.com ([213.75.39.13]:57295 "EHLO cpsmtpb-ews08.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753095AbaILKqP (ORCPT ); Fri, 12 Sep 2014 06:46:15 -0400 Message-ID: <1410518771.31130.22.camel@x220> Subject: Re: [PATCH] PM / OPP: Remove ARCH_HAS_OPP completely From: Paul Bolle To: Nishanth Menon Cc: Mark Brown , Viresh Kumar , "Rafael J. Wysocki" , Rob Herring , Shawn Guo , Simon Horman , Tony Lindgren , Russell King , Magnus Damm , MyungJoo Ham , Kyungmin Park , linux-omap , "linux-arm-kernel@lists.infradead.org" , Linux-sh list , "linux-pm@vger.kernel.org" , lkml Date: Fri, 12 Sep 2014 12:46:11 +0200 In-Reply-To: References: <1406551632.5397.17.camel@x220> <1410511111.31130.4.camel@x220> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-3.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Sep 2014 10:46:11.0606 (UTC) FILETIME=[C48CD360:01CFCE76] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2014-09-12 at 05:20 -0500, Nishanth Menon wrote: > On Fri, Sep 12, 2014 at 3:38 AM, Paul Bolle wrote: > > The Kconfig symbol ARCH_HAS_OPP became redundant in v3.16: commit > > 049d595a4db3 ("PM / OPP: Make OPP invisible to users in Kconfig") > > removed the only dependency that used it. Setting it had no effect > > anymore. > > > > So commit 78c5e0bb145d ("PM / OPP: Remove ARCH_HAS_OPP") removed it. For > > some reason that commit did not remove all select statements for that > > symbol. These statements are useless. Remove them too. > > > > Signed-off-by: Paul Bolle > > --- > > Done on top of next-20140912. Tested with git grep only! > > > > arch/arm/mach-omap2/Kconfig | 5 ----- > > there can be conflict here: > https://patchwork.kernel.org/patch/4857231/ > > http://marc.info/?l=linux-omap&m=141047815520894&w=2 Thanks. > > arch/arm/mach-shmobile/Kconfig | 1 - > > drivers/devfreq/Kconfig | 1 - Were patches submitted for these two files too? If so, we can probably just drop my patch. Paul Bolle