From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Date: Mon, 09 Jun 2014 01:56:59 +0000 Subject: Re: [PATCH] PM / OPP: Remove ARCH_HAS_OPP Message-Id: <20140609015658.GV8860@dragon> List-Id: References: <1402051016-28853-1-git-send-email-broonie@kernel.org> In-Reply-To: <1402051016-28853-1-git-send-email-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Fri, Jun 06, 2014 at 11:36:56AM +0100, Mark Brown wrote: > From: Mark Brown > > Since the OPP layer is a kernel library which has been converted to be > directly selectable by its callers rather than user selectable and > requiring architectures to enable it explicitly the ARCH_HAS_OPP symbol > has become redundant and can be removed. Do so. > > Signed-off-by: Mark Brown > --- ... > arch/arm/mach-imx/Kconfig | 1 - Acked-by: Shawn Guo