From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH v2 10/12] cpufreq: governor: Relocate definitions of tuners structures Date: Fri, 19 Feb 2016 08:06:53 +0530 Message-ID: <20160219023653.GC16983@vireshk-i7> References: <2938006.67J0esUvOA@vostro.rjw.lan> <1878988.D1d202zxB7@vostro.rjw.lan> <20160218060916.GP2610@vireshk-i7> <2038639.HMBFOxnpuP@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pf0-f172.google.com ([209.85.192.172]:36855 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1948422AbcBSChI (ORCPT ); Thu, 18 Feb 2016 21:37:08 -0500 Received: by mail-pf0-f172.google.com with SMTP id e127so42435053pfe.3 for ; Thu, 18 Feb 2016 18:37:08 -0800 (PST) Content-Disposition: inline In-Reply-To: <2038639.HMBFOxnpuP@vostro.rjw.lan> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: "Rafael J. Wysocki" Cc: Linux PM list , Linux Kernel Mailing List On 18-02-16, 18:57, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > Subject: [PATCH] cpufreq: governor: Relocate definitions of tuners structures > > Move the definitions of struct od_dbs_tuners and struct cs_dbs_tuners > from the common governor header to the ondemand and conservative > governor code, respectively, as they don't need to be in the common > header any more. > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- > > This had to be update because of the update of [8/12] it depends on. > > --- > drivers/cpufreq/cpufreq_conservative.c | 5 +++++ > drivers/cpufreq/cpufreq_governor.h | 10 ---------- > drivers/cpufreq/cpufreq_ondemand.h | 4 ++++ > 3 files changed, 9 insertions(+), 10 deletions(-) Acked-by: Viresh Kumar -- viresh