From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754793AbcDKMfT (ORCPT ); Mon, 11 Apr 2016 08:35:19 -0400 Received: from ozlabs.org ([103.22.144.67]:57642 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754620AbcDKMfM (ORCPT ); Mon, 11 Apr 2016 08:35:12 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 6a0bcab9c6c337e14689cabd276f00649e980cf1 In-Reply-To: <1459116497-19991-4-git-send-email-paul.gortmaker@windriver.com> To: Paul Gortmaker , From: Michael Ellerman Cc: linux-pm@vger.kernel.org, "Rafael J. Wysocki" , Paul Gortmaker , Paul Mackerras , Viresh Kumar , Christian Krafft , linuxppc-dev@lists.ozlabs.org Subject: Re: [3/3] drivers/cpufreq: make ppc_cbe_cpufreq_pmi driver explicitly non-modular Message-Id: <3qk8fQ3wrVz9t3p@ozlabs.org> Date: Mon, 11 Apr 2016 22:35:10 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2016-27-03 at 22:08:17 UTC, Paul Gortmaker wrote: > The Kconfig for this driver is currently: > > config CPU_FREQ_CBE_PMI > bool "CBE frequency scaling using PMI interface" > > ...meaning that it currently is not being built as a module by > anyone. Lets remove the modular and unused code here, so that > when reading the driver there is no doubt it is builtin-only. > ... > Signed-off-by: Paul Gortmaker > Acked-by: Viresh Kumar Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/6a0bcab9c6c337e14689cabd27 cheers From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Subject: Re: [3/3] drivers/cpufreq: make ppc_cbe_cpufreq_pmi driver explicitly non-modular Date: Mon, 11 Apr 2016 22:35:10 +1000 (AEST) Message-ID: <3qk8fQ3wrVz9t3p@ozlabs.org> References: <1459116497-19991-4-git-send-email-paul.gortmaker@windriver.com> Return-path: In-Reply-To: <1459116497-19991-4-git-send-email-paul.gortmaker@windriver.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: linux-pm@vger.kernel.org, "Rafael J. Wysocki" , Paul Gortmaker , Paul Mackerras , Viresh Kumar , Christian Krafft , linuxppc-dev@lists.ozlabs.org List-Id: linux-pm@vger.kernel.org On Sun, 2016-27-03 at 22:08:17 UTC, Paul Gortmaker wrote: > The Kconfig for this driver is currently: > > config CPU_FREQ_CBE_PMI > bool "CBE frequency scaling using PMI interface" > > ...meaning that it currently is not being built as a module by > anyone. Lets remove the modular and unused code here, so that > when reading the driver there is no doubt it is builtin-only. > ... > Signed-off-by: Paul Gortmaker > Acked-by: Viresh Kumar Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/6a0bcab9c6c337e14689cabd27 cheers